Skip to content

Commit

Permalink
Up ! for bug [#202]. It's really annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Nov 27, 2008
1 parent e45fddc commit b4b1382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser/lib/rules/zena.rb
Expand Up @@ -2908,7 +2908,7 @@ def render_html_tag(text,*append)
if static
value = ["'#{_(value)}'"] # array so it is not escaped on render
else
value = ["'<%= _(\"#{value}\") %>'"] # array so it is not escaped on render
value = ["'<%= _(\"#{value}\") %>'"] # FIXME: use dict ! array so it is not escaped on render
end
end
res_params[key.to_sym] = value
Expand Down

0 comments on commit b4b1382

Please sign in to comment.