Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-9
-
Fix Version/s: 1.1
-
Component/s: Module - Twiki
-
Labels:None
-
Number of attachments :
Description
The regex used is too eager so it sucks up two (or more) links on the same line, e.g. [[a]] b [[c]] parses as "[[" "a]] b [[c" "]]". THe fix is relatively easy - just use a more specific regx to match for links (forced and/or specifc).
Author: Christian Nardi (for Zauber S.A.)
Original SVN: https://code.zauber.com.ar/repos/doxia/branches/592499/ revision 19