From: Rob H. <for...@us...> - 2001-12-30 12:26:53
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv27647/templates Modified Files: vcs_output.html Log Message: first line had an extra space prepended; fixed Index: vcs_output.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- vcs_output.html 2001/11/27 00:47:17 1.2 +++ vcs_output.html 2001/12/30 12:26:51 1.3 @@ -7,6 +7,6 @@ <TMPL_VAR NAME=FILENAME> <font color="#FF0000"><TMPL_VAR NAME=VCS_ERROR></font> - <pre> - <TMPL_VAR NAME=VCS_OUTPUT> - </pre> +<pre> +<TMPL_VAR NAME=VCS_OUTPUT> +</pre> </p> |