Actions
Defect #12139
closedMacros not working if there is a newline (Redmine 2.1.2)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Macros won't work unless it is written on one line. For example:
{{macro_list()}}
Will work but:
{{macro_list( )}}
Wont.
Working on 1.2.X thru 1.4.X Not working on 2.1.2.
This is important for macros that let you write on other languages and then translate it to wiki.
Actions