From: Rob H. <for...@us...> - 2001-11-29 20:48:11
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv14858 Modified Files: edit_file.html Log Message: putting a space before the variable entry seems to give the correct layout in the textarea. Odd. Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- edit_file.html 2001/11/27 18:19:19 1.4 +++ edit_file.html 2001/11/29 20:48:07 1.5 @@ -10,5 +10,5 @@ <pre> <textarea name="data" cols="80" rows="24"> -<TMPL_VAR NAME=CONTENT> + <TMPL_VAR NAME=CONTENT> </textarea> </pre> |