Skip to content

Commit

Permalink
nb warning 'Unknown attribute width of tag <td>'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfl62 committed Oct 26, 2009
1 parent 3d7d4fc commit 60a188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/trst_sys/sys/_weather.html.erb
Expand Up @@ -11,7 +11,7 @@
<table>
<tbody>
<tr>
<td width="50px">Temp:</td>
<td>Temp:</td>
<td><%= w["tmp"] %>&#176;C</td>
</tr>
<tr>
Expand Down

0 comments on commit 60a188b

Please sign in to comment.