diff options
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/vendor/builder/xmlmarkup.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb b/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb index 12b6ff9828..4cdcedb4a1 100644 --- a/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb +++ b/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb @@ -38,7 +38,6 @@ module Builder # xm.title("History") # <title>History</title> # } # </head> # xm.body { # <body> - # xm.comment! "HI" # <!-- HI --> # xm.h1("Header") # <h1>Header</h1> # xm.p("paragraph") # <p>paragraph</p> # } # </body> |