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

properly indent a bunch of code samples

This commit is contained in:
Mislav Marohnić 2008-05-03 05:56:27 +02:00 committed by Nathan Weizenbaum
parent bd820f5d41
commit 1e838f74b6
3 changed files with 76 additions and 77 deletions

View file

@ -651,9 +651,8 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# yo
# </p>
#
# If the <tt>:escape_html</tt> option is set,
# = will sanitize any HTML-sensitive characters generated by the script.
# For example:
# If the <tt>:escape_html</tt> option is set, <tt>=</tt> will sanitize any
# HTML-sensitive characters generated by the script. For example:
#
# = '<script>alert("I\'m evil!");</script>'
#

View file

@ -128,7 +128,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
#
# By default, either attribute syntax may be used.
# If you want to force one or the other,
# see the :attribute_syntax option below.
# see the <tt>:attribute_syntax</tt> option below.
#
# === Nested Rules
#