diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 5fc725a82..c1ddaedda 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1453,7 +1453,7 @@ module ApplicationHelper (!)? # escaping ( \{\{ # opening tag - ([\w]+) # macro name + (\w+) # macro name (\(([^\n\r]*?)\))? # optional arguments ([\n\r].*?[\n\r])? # optional block of text \}\} # closing tag