]> git.openstreetmap.org Git - rails.git/commitdiff
Cast the locale to a string
authorTom Hughes <tom@compton.nu>
Sun, 12 May 2013 23:53:12 +0000 (00:53 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 12 May 2013 23:53:12 +0000 (00:53 +0100)
app/views/site/_potlatch2.html.erb
app/views/site/id.html.erb

index 54e02987bf9bc7ac42ffc9e301e065e72cfd8ca2..f77f67f520b3f009935d8f0839d7fe01a632f5e8 100644 (file)
@@ -10,7 +10,7 @@
 <script type="text/javascript">alert("<%= t 'site.edit.potlatch2_not_configured' %>")</script>
 <% end %>
 
-<% locale = select_locale(Potlatch2::LOCALES.keys) %>
+<% locale = select_locale(Potlatch2::LOCALES.keys).to_s %>
 
 <script type="text/javascript" defer="defer">
   var changesaved=true;
index 96262f1e2c4e0b1480c09bf39bb8669f06f20d18..aaa3927a9ecdf8fc5567a1f566a6fd90569c48b4 100644 (file)
@@ -16,7 +16,7 @@
       'Please upgrade your browser or use Potlatch 2 to edit the map.';
     document.getElementById('id-container').className = 'unsupported';
   } else {
-    <% locale = select_locale(ID::LOCALES) %>
+    <% locale = select_locale(ID::LOCALES).to_s %>
 
     var id = iD()
       .embed(true)