Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv6076/templates
Modified Files:
view_file.html
Log Message:
edit_file works again, but for some reason spaces get inserted
before all lines after the first one when the file is saved. Odd.
I think this existed before the latest change though, going to have
to dig around to see where this unwanted space comes from.
Index: view_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -U2 -r1.34 -r1.35
--- view_file.html 21 Feb 2002 05:56:27 -0000 1.34
+++ view_file.html 22 Feb 2002 22:10:31 -0000 1.35
@@ -39,5 +39,5 @@
<tr>
<td width="100%" bgcolor="#EEEEEE">
- <pre><TMPL_VAR NAME=FILE_CONTENT></pre>
+<pre><TMPL_VAR NAME=FILE_CONTENT></pre>
</td>
</tr>
|