CVS: web/include footer.php,1.1,1.2
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-03-24 22:55:36
|
Update of /cvsroot/phpweather/web/include In directory usw-pr-cvs1:/tmp/cvs-serv10801 Modified Files: footer.php Log Message: Minor syntactical Index: footer.php =================================================================== RCS file: /cvsroot/phpweather/web/include/footer.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- footer.php 18 Mar 2002 16:51:37 -0000 1.1 +++ footer.php 24 Mar 2002 22:55:33 -0000 1.2 @@ -5,7 +5,7 @@ src="http://sourceforge.net/sflogo.php?group_id=23245" width="88" height="31" border="0" alt="SourceForge Logo" align="right"></a> -<p>This page was last modified on <? echo date('F \t\h\e jS, Y', getlastmod()) ?>.</p> +<p>This page was last modified on <? echo date('F jS, Y', getlastmod()) ?>.</p> </body> |