]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_node_details.rhtml
there is not HTML attribute named "padding". either use "cellpadding" (this patch...
[rails.git] / app / views / browse / _node_details.rhtml
index e3d11e0fee126583a0302618dcec81112a1565cd..1aa5bf69cdf57eeb3cd51918e1ba2d72213c59fb 100644 (file)
@@ -6,7 +6,7 @@
     <tr valign="top">
       <th>Part of:</th>
       <td>
-        <table padding="0">
+        <table cellpadding="0">
           <% node_details.ways.each do |way| %>
             <tr><td><%= link_to "Way " + way.id.to_s, :action => "way", :id => way.id.to_s %></td></tr>
           <% end %>