From: Nick J. <nje...@us...> - 2002-02-23 04:24:40
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv28012/templates Modified Files: view_file.html Log Message: * now *really* fixed wierd file line space issue. Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.35 retrieving revision 1.36 diff -U2 -r1.35 -r1.36 --- view_file.html 22 Feb 2002 22:10:31 -0000 1.35 +++ view_file.html 23 Feb 2002 04:24:37 -0000 1.36 @@ -39,5 +39,7 @@ <tr> <td width="100%" bgcolor="#EEEEEE"> -<pre><TMPL_VAR NAME=FILE_CONTENT></pre> +<pre> +<TMPL_VAR NAME=FILE_CONTENT> +</pre> </td> </tr> |