1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Merge branch 'stable'

This commit is contained in:
Nathan Weizenbaum 2008-06-05 17:51:34 -07:00
commit 83188b8111

View file

@ -941,7 +941,8 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# [<tt>:escape_html</tt>] Sets whether or not to escape HTML-sensitive characters in script. # [<tt>:escape_html</tt>] Sets whether or not to escape HTML-sensitive characters in script.
# If this is true, = behaves like &=; # If this is true, = behaves like &=;
# otherwise, it behaves like !=. # otherwise, it behaves like !=.
# <b>Note that this escapes tag attributes.</b> # Note that if this is set, != should be used for yielding to subtemplates
# and rendering partials.
# Defaults to false. # Defaults to false.
# #
# [<tt>:suppress_eval</tt>] Whether or not attribute hashes and Ruby scripts # [<tt>:suppress_eval</tt>] Whether or not attribute hashes and Ruby scripts