aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/builder
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-12-31 19:28:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-12-31 19:28:28 +0000
commit7ed793076907cbb89b028a24cf01f18f9be7869d (patch)
tree4c0c16fb42b1bf87f8e34123f8ed6eb91e0923a8 /activesupport/lib/active_support/vendor/builder
parent91b71ed30cc1c075860c1a098bab5603c3f90178 (diff)
downloadrails-7ed793076907cbb89b028a24cf01f18f9be7869d.tar.gz
rails-7ed793076907cbb89b028a24cf01f18f9be7869d.tar.bz2
rails-7ed793076907cbb89b028a24cf01f18f9be7869d.zip
Make RDoc not spew errors on install because of HTML comments in code comments
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5813 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/vendor/builder')
-rw-r--r--activesupport/lib/active_support/vendor/builder/xmlmarkup.rb1
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>