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:
Toshi MARUYAMA 2012-09-02 11:09:43 +00:00
parent 8b72710d7e
commit 48b9b805b2
1 changed files with 1 additions and 1 deletions

View File

@ -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)