From 9d56d12360b85982fae316ad31a925ab73bbdc33 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Nov 2007 20:06:36 +0000 Subject: Remove things that trip up RDoc git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') 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") # History # } # # xm.body { # - # xm.comment! "HI" # + # xm.comment! "HI" # # xm.h1("Header") #

Header

# xm.p("paragraph") #

paragraph

# } # -- cgit v1.2.3