|
From: Benjamin C. <bc...@us...> - 2001-08-20 22:30:43
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv9472/templates/default
Modified Files:
buglist.html
Log Message:
Play nice with Netscape 4.x
Index: buglist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/buglist.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- buglist.html 2001/08/19 03:35:07 1.3
+++ buglist.html 2001/08/20 22:30:39 1.4
@@ -7,7 +7,7 @@
<!-- BEGIN row -->
<tr {tr-extra}>
<!-- BEGIN col -->
- <td class="{colclass}" bgcolor="{bgcolor}">
+ <td {td-extra}>
{coldata}
</td>
<!-- END col -->
|