]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_map.html.erb
Merge branch 'master' into notes
[rails.git] / app / views / browse / _map.html.erb
index cf59a4679423395c7fc20a047ed5f2578404ff15..e0428b4ac938f6468fb64f2d10ab197ea9072b39 100644 (file)
@@ -52,7 +52,7 @@
     <% end -%>
   </li>
   <li>
-    <%= link_to h(t("browse.map.edit.area")) + content_tag(:span, "â\96¾", :class => "menuicon"),
+    <%= link_to h(t("browse.map.edit.area")) + content_tag(:span, "â\96¼", :class => "menuicon"),
                 edit_path,
                 :id => "area_edit",
                 :data => { :editor => preferred_editor },
@@ -69,7 +69,7 @@
                   :class => "geolink object" %>
     </li>
     <li>
-      <%= link_to h(t("browse.map.edit." + map.class.to_s.downcase)) + content_tag(:span, "â\96¾", :class => "menuicon"),
+      <%= link_to h(t("browse.map.edit." + map.class.to_s.downcase)) + content_tag(:span, "â\96¼", :class => "menuicon"),
                   edit_path,
                   :id => "object_edit",
                   :data => { :editor => preferred_editor },