Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv26766/templates
Modified Files:
browse.html
Log Message:
removed illegal HTML
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -U2 -r1.33 -r1.34
--- browse.html 2001/12/07 21:47:30 1.33
+++ browse.html 2001/12/17 23:45:05 1.34
@@ -77,8 +77,8 @@
</td>
<td width="10%" align="left" bgcolor="#CCCCCC">
- <A href="<b><TMPL_VAR NAME=PROGNAME></b>">Size</a>
+ <A href="<TMPL_VAR NAME=PROGNAME>">Size</a>
</td>
<td width="30%" align="left" bgcolor="#88FF88">
- <A href="<b><TMPL_VAR NAME=PROGNAME></b>">Age</a>
+ <A href="<TMPL_VAR NAME=PROGNAME>">Age</a>
</td>
</tr>
|