Update of /cvsroot/phpwsbb/phpwsbb/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/templates
Modified Files:
view.tpl
Log Message:
Fixing well-formed xhtml bugs in HR
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** view.tpl 30 Mar 2004 22:50:55 -0000 1.11
--- view.tpl 17 May 2004 20:11:37 -0000 1.12
***************
*** 19,23 ****
</span>
<!-- END BAN_USERNAME -->
! <hr size="1" width="100%" noshade />
{BODY}<br />
<!-- BEGIN EDITED -->
--- 19,23 ----
</span>
<!-- END BAN_USERNAME -->
! <hr size="1" width="100%" noshade="noshade" />
{BODY}<br />
<!-- BEGIN EDITED -->
|