diff options
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b7d838034..58b988454 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -512,7 +512,7 @@ module ApplicationHelper end def anchor(text) - text.to_s.gsub(' ', '_') + text.to_s.tr(' ', '_') end def html_hours(text) |