Subject: | free text URL followed by <br> tag creates wrong wiki markup |
Enter this in the web-interface (converting to moin):
http://openvpn.sourceforge.net<br/>
goes to:
http://openvpn.sourceforge.net[[BR]]
which rendererd in moinmoin as:
<a href="http://openvpn.sourceforge.net[[BR">http://openvpn.sourceforge.net[[BR</a>]]
that is there is a link like "http://openvpn.sourceforge.net[[BR"
(
probably this is not a moinmoin bug, please see:
http://moinmoin.wikiwikiweb.de/MoinMoinBugs/URLfollowedBRMacroCreatesBadLink
)
Solution add a " " (space) after each recognized free text URL/IMG, i.e.:
http://openvpn.sourceforge.net<br/>
should go to:
http://openvpn.sourceforge.net [[BR]]
^^^^