e3832c6f79
Upgrade to Rails 2.3.5. Also work around this bug: https://rails.lighthouseapp.com/projects/8994/tickets/3524 created by the aforementioned Rails release.
6 lines
127 B
Ruby
6 lines
127 B
Ruby
module ExampleHelper
|
|
def example_format(text)
|
|
"<em><strong><small>#{h(text)}</small></strong></em>".html_safe!
|
|
end
|
|
end
|