File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
actionview/lib/action_view/helpers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ module AtomFeedHelper
82
82
# end
83
83
#
84
84
# The Atom spec defines five elements (content rights title subtitle
85
- # summary) which may directly contain xhtml content if type: 'xhtml'
85
+ # summary) which may directly contain XHTML content if type: 'xhtml'
86
86
# is specified as an attribute. If so, this helper will take care of
87
- # the enclosing div and xhtml namespace declaration. Example usage:
87
+ # the enclosing div and XHTML namespace declaration. Example usage:
88
88
#
89
89
# entry.summary type: 'xhtml' do |xhtml|
90
90
# xhtml.p pluralize(order.line_items.count, "line item")
@@ -134,7 +134,7 @@ def initialize(xml)
134
134
end
135
135
136
136
private
137
- # Delegate to xml builder , first wrapping the element in an xhtml
137
+ # Delegate to XML Builder , first wrapping the element in an XHTML
138
138
# namespaced div element if the method and arguments indicate
139
139
# that an xhtml_block? is desired.
140
140
def method_missing ( method , *arguments , &block )
You can’t perform that action at this time.
0 commit comments