Update of /cvsroot/openfirst/config
In directory sc8-pr-cvs1:/tmp/cvs-serv20687
Modified Files:
footers.php
Log Message:
Eliminate font tag closing for non-existant font tag.
Index: footers.php
===================================================================
RCS file: /cvsroot/openfirst/config/footers.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** footers.php 10 May 2003 10:47:19 -0000 1.5
--- footers.php 10 May 2003 11:42:56 -0000 1.6
***************
*** 22,24 ****
</tr>
</table>
! <p style="font-size: 10pt;" align="center">Version: <?php echo("$version for $ostype."); ?> Copyright © 2002 All rights reserved by the openFIRST Development Team.</font></p>
--- 22,24 ----
</tr>
</table>
! <p style="font-size: 10pt;" align="center">Version: <?php echo("$version for $ostype."); ?> Copyright © 2002 All rights reserved by the openFIRST Development Team.</p>
|