Ticket #138 (closed enhancement: fixed)
Suppress repeated macro expansion in applyHtmlMacros()
| Reported by: | JeremyRuston | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.1 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description
Currently, when applyHtmlMacros() has expanded a macro it leaves the "macro" attribute. This means that macros can get expanded twice if applyHtmlMacros() is called repeatedly (which can happen through recursion).
See this discussion
Change History
Note: See
TracTickets for help on using
tickets.
