]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / browse / _tag_details.html.erb
index 9c3fbbfc206961291a77d8bdb37f0dc75fdffc18..0e1a3fbef17934319b3a2cecac941f648431d2c1 100644 (file)
@@ -1,5 +1,5 @@
 <% unless tag_details.empty? %>
-  <h4><%= t '.tags' %></h4>
+  <h4><%= t ".tags" %></h4>
   <table class='browse-tag-list'>
     <%= render :partial => "tag", :collection => tag_details.sort %>
   </table>