Remove remaining trailing spaces from translations.
This commit is contained in:
parent
6480d7ec02
commit
fc5261ece5
11 changed files with 20 additions and 19 deletions
|
@ -5,6 +5,7 @@ module GeocoderHelper
|
|||
html_options[:href] = "?mlat=#{result[:lat]}&mlon=#{result[:lon]}&zoom=#{result[:zoom]}"
|
||||
html = ""
|
||||
html << result[:prefix] if result[:prefix]
|
||||
html << " " if result[:prefix] and result[:name]
|
||||
html << link_to_function(result[:name],"setPosition(#{result[:lat]}, #{result[:lon]}, #{result[:zoom]})", html_options) if result[:name]
|
||||
html << result[:suffix] if result[:suffix]
|
||||
return html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue