[Codestriker-commits] CVS update: codestriker/template/en/default viewtopiccomments.html.tmpl
Brought to you by:
sits
|
From: <si...@us...> - 2005-07-27 04:13:36
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=4563205&action=view User: sits Date: 05/07/26 21:13:11 Modified: template/en/default viewtopiccomments.html.tmpl Log: Fix formatting issues when displaying comment context Index: viewtopiccomments.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopiccomments.html.tmpl,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- viewtopiccomments.html.tmpl 19 Jun 2005 11:26:52 -0000 1.24 +++ viewtopiccomments.html.tmpl 27 Jul 2005 04:13:09 -0000 1.25 @@ -166,7 +166,7 @@ [% IF comment.context != '' %] <TR CLASS="commentc"> - <TD> [% comment.context %]</TD> + <TD><PRE>[% comment.context %]</PRE></TD> </TR> [% END %] [% last_fileline = comment.fileline %] |