fix typo "MACROS_SUB_RE" (#11736)
Contributed by Anton Argirov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10277 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8b72710d7e
commit
48b9b805b2
|
@ -876,7 +876,7 @@ module ApplicationHelper
|
|||
\{\{
|
||||
macro\((\d+)\)
|
||||
\}\}
|
||||
)/x unless const_defined?(:MACROS_SUB_RE)
|
||||
)/x unless const_defined?(:MACRO_SUB_RE)
|
||||
|
||||
# Extracts macros from text
|
||||
def catch_macros(text)
|
||||
|
|
Loading…
Reference in New Issue