Defect #958
Wiki extensions: macro fn has a minor problem with commas
Description
We are running Redmine Wiki Extensions 0.38 on Redmine 1.3.1.
The macro fn ignores content after a comma in its description (which may be misinterpreted as additional parameters). Let me show an example: I want to have a comma in its description. So I may do {{fn(word1, its description, deliberately with a comma)}}. All content after the second comma isn't shown in the footnote list of this wiki page.
Error executing the fn macro (undefined method `page' for #<Issue:0x00000007a228b0>)
Associated revisions
History
Updated by Haru Iida almost 8 years ago
- Project changed from r-labs to Wiki Extensions
- Assignee set to Haru Iida
Updated by Haru Iida almost 8 years ago
- Status changed from 新規(New) to 解決(Resolved)
- % Done changed from 0 to 100
更新履歴 commit:4b961364b463 で適用されました。
fixes #958 macro fn has a minor problem with commas.