From: Rob H. <for...@us...> - 2001-11-27 18:19:23
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv18396/templates Modified Files: edit_file.html Log Message: took out the space before the template variable, it causes there to be a space in the textarea when you're editing a file. Sucks. Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- edit_file.html 2001/11/24 13:20:43 1.3 +++ edit_file.html 2001/11/27 18:19:19 1.4 @@ -10,5 +10,5 @@ <pre> <textarea name="data" cols="80" rows="24"> - <TMPL_VAR NAME=CONTENT> +<TMPL_VAR NAME=CONTENT> </textarea> </pre> |