a-ono / redmine_ckeditor

Redmine plugin for integration CKEditor
304 stars 140 forks source link

Link target removed #343

Open dtamajon opened 2 years ago

dtamajon commented 2 years ago

When you set the target in a link it is saved properly, but the rendered wiki page shows the links you inserted with the "target" attribute removed.

redmine_ckeditor_link_issue_popup

So <a href="https://mylink.com" target="_blank">My text</a>

is rendered as <a href="https://mylink.com">My text</a>