]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.rhtml
there is not HTML attribute named "padding". either use "cellpadding" (this patch...
[rails.git] / app / views / browse / _tag_details.rhtml
index dab36266bbb31218ee3eac53913f9569582fa1d4..6f82689c2cfb94311bcfc3cbe55e268df3e36413 100644 (file)
@@ -2,7 +2,7 @@
   <tr valign="top">
     <th>Tags:</th>
     <td>
-      <table padding="0">
+      <table cellpadding="0">
         <%= render :partial => "tag", :collection => tag_details.tags_as_hash %>
       </table>
     </td>