Add nowrap to date on history page.

This commit is contained in:
Tom Preston-Werner
2010-08-04 19:40:40 -06:00
committed by rick
parent 8a189d4d53
commit 9ae62d8029
@@ -23,7 +23,7 @@
{{author}}
</td>
<td class="message">{{message}}</td>
<td class="date">{{date}}</td>
<td nowrap class="date">{{date}}</td>
</tr>
{{/versions}}
</table>