Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv10691/templates
Modified Files:
browse.html
Log Message:
typo - 100% written as 100$ that broke layout for IE.
fixed.
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -U2 -r1.31 -r1.32
--- browse.html 2001/11/30 20:42:05 1.31
+++ browse.html 2001/12/07 21:46:55 1.32
@@ -12,5 +12,5 @@
</script>
-<table width="100%" border="0" cellspacing="0" cellpadding="2">
+<table width="100%" border="1" cellspacing="0" cellpadding="2">
<form method="get" submit="<TMPL_VAR NAME=PROGNAME>" name="browse">
<input type="hidden" name="action" value="vcsaction" />
@@ -66,5 +66,5 @@
</tr>
<tr>
- <td width="100$">
+ <td width="100%">
<table width="100%" border="1">
<tr>
|