diff options
-rw-r--r-- | actionpack/lib/action_view/helpers/text_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 493fa7c01d..36795bf498 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -438,7 +438,7 @@ module ActionView # <tr class="<%= cycle("even", "odd", :name => "row_class") # <td> # <% item.values.each do |value| %> - # <!-- Create a named cycle "colors" --> + # <%# Create a named cycle "colors" %> # <span style="color:<%= cycle("red", "green", "blue", :name => "colors") -%>"> # <%= value %> # </span> |