Patch #5919
Wiki looks trying to strip macro args but no effect
| Status: | New | Start date: | 2010-07-20 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Wiki | |||
| Target version: | - |
Description
execute_macros() looks applying strip to macro arguments, but it takes no effect.
source:trunk/lib/redmine/wiki_formatting.rb@3858#L88
I think it's a typo of Array.map.
Attached patch is for trunk.
