Skip to content

Commit

Permalink
prevent date output to wrap (in log view for calm template) (fixed #332)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jul 10, 2012
1 parent 32da694 commit 903762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/calm/log.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
[websvn-test:showageinsteadofdate]
<td title="[websvn:revdate]">[websvn:revage]</td>
[websvn-else]
<td title="[websvn:revage]">[websvn:revdate]</td>
<td class="date" title="[websvn:revage]">[websvn:revdate]</td>
[websvn-endtest]
<td>[websvn:revauthor]</td>
<td>[websvn:revpathlink]</td>
Expand Down

0 comments on commit 903762d

Please sign in to comment.