Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv20736/templates
Modified Files:
vcs_output.html
Log Message:
fixed cvs output a bit, plus added "cvs update" handler for "?" aka
"Unknown"
Index: vcs_output.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- vcs_output.html 2002/01/02 22:51:52 1.5
+++ vcs_output.html 2002/01/26 22:22:10 1.6
@@ -10,6 +10,4 @@
</form>
<font color="#FF0000"><TMPL_VAR NAME=VCS_ERROR></font>
-<pre>
-<TMPL_VAR NAME=VCS_OUTPUT>
-</pre>
+<pre><TMPL_VAR NAME=VCS_OUTPUT></pre>
</p>
|