= Description =
If you save a page using GUI Mode, target="_blank" options are removed from links. (target="_blank" option allows you to open a page in a new tab.)

== Steps to reproduce ==
 1. Make a link to a page with a target="_blank' option using Text Mode. Example:
 {{{
[[http://moinmo.in|MoinMoin|target="_blank"]]
}}}
 which should be rendered like [[http://moinmo.in|MoinMoin|target="_blank"]].
 1. Save the page.
 1. Check that the target="_blank' is there by using Raw Text action.
 1. Open the page with GUI Mode.
 1. Save the page.
 1. Check that target="_blank' has disappeared.

== Example ==

== Component selection ==
GUI Mode

== Details ==
||'''!MoinMoin Version''' ||1.9.3 ||
||'''OS and Version''' ||Ubuntu Server 10.04 ||
||'''Python Version''' ||2.6.5 ||
||'''Server Setup''' ||Apache2 ||
||'''Server Details''' ||mod_wsgi ||
||'''Language you are using the wiki in''' (set in the browser/UserPreferences) ||en ||


== Workaround ==
= Discussion =
that stuff is deprecated anyway.

the decision whether to open new windows has to be taken by the user, not by the wiki page writer / web designer.

= Plan =
## This part is for Moin``Moin developers:
 * Priority:
 * Assigned to:
 * Status:

----
## If you are a moin core developer, replace the category to Category* in these cases:
## Category MoinMoinNoBug - if this is not a bug.
## Category MoinMoinBugConfirmed - if you can confirm the bug on current code.
## Category MoinMoinBugFixed - after the bug is fixed in current code.
CategoryMoinMoinBug