aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-11-09 20:06:36 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-11-09 20:06:36 +0000
commit9d56d12360b85982fae316ad31a925ab73bbdc33 (patch)
treec1a1b1519340d73c9ea38079d47c0fd894053be4 /activesupport
parent5c8beba9dc47dad9a523b0f297d4038c4edae883 (diff)
downloadrails-9d56d12360b85982fae316ad31a925ab73bbdc33.tar.gz
rails-9d56d12360b85982fae316ad31a925ab73bbdc33.tar.bz2
rails-9d56d12360b85982fae316ad31a925ab73bbdc33.zip
Remove things that trip up RDoc
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb b/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
index 2dc6459ed4..ec59dddc36 100644
--- a/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
+++ b/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
@@ -38,7 +38,7 @@ module Builder
# xm.title("History") # <title>History</title>
# } # </head>
# xm.body { # <body>
- # xm.comment! "HI" # <!-- HI -->
+ # xm.comment! "HI" # <! -- HI -->
# xm.h1("Header") # <h1>Header</h1>
# xm.p("paragraph") # <p>paragraph</p>
# } # </body>