Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv3309/templates
Modified Files:
view_file.html
Log Message:
typo fix
Index: view_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- view_file.html 2001/11/27 00:47:17 1.5
+++ view_file.html 2001/11/27 01:27:34 1.6
@@ -3,7 +3,7 @@
<form submit="<TMPL_VAR NAME=PROGNAME>">
<input type="submit" name="view_method" value="Download" />
-<pre>
<TMPL_VAR NAME=ERROR>
-<TMPL_VAR NAME=OUTPUT>
+<pre>
+<TMPL_VAR NAME=CONTENT>
</pre>
</form>
|