]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Fixed redaction attribute on old nodes and ways, added same
[rails.git] / app / views / layouts / site.html.erb
index 65a8da7ec08766d36bc6a4f35c3dfe49742a16d0..2d0c60a965c7df9f5a2ecda55ce30cd95502d749 100644 (file)
@@ -93,7 +93,7 @@
         <p><%= t 'layouts.osm_offline' %></p>
       </div>
       <% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
-      <div id="sidebar-alert">
+      <div class="sidebar-alert">
         <p><%= t 'layouts.osm_read_only' %></p>
       </div>
       <% end %>