X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bfffe7ed96e1aba434ca40b488264c43d8f679ff..af637e0d92c200fcd18a370d1e460a05e9ee1a4a:/app/helpers/browse_tags_helper.rb diff --git a/app/helpers/browse_tags_helper.rb b/app/helpers/browse_tags_helper.rb index 146664914..d96bbef64 100644 --- a/app/helpers/browse_tags_helper.rb +++ b/app/helpers/browse_tags_helper.rb @@ -85,7 +85,7 @@ module BrowseTagsHelper # Must break it up to correctly build the url value = Regexp.last_match(1) section = "##{Regexp.last_match(2)}" - encoded_section = "##{CGI.escape(Regexp.last_match(2).gsub(/ +/, '_')).tr('%', '.')}" + encoded_section = "##{CGI.escape(Regexp.last_match(2).gsub(/ +/, '_'))}" else section = "" encoded_section = ""