Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv21501
Modified Files:
edit_file.html
Log Message:
HTML problem cause "current location" clickable to not work
Index: edit_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -U2 -r1.12 -r1.13
--- edit_file.html 2002/01/26 21:39:51 1.12
+++ edit_file.html 2002/01/26 22:25:26 1.13
@@ -1,6 +1,5 @@
<p>
<p>
- Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_menu&path=<
-TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a>
+ Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_menu&path=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a>
<br />
Current filename : <TMPL_VAR NAME=FILENAME>
|