[Weberp-svn] SF.net SVN: weberp:[6568] trunk/Customers.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-16 12:57:17
|
Revision: 6568 http://weberp.svn.sourceforge.net/weberp/?rev=6568&view=rev Author: tim_schofield Date: 2011-07-16 12:57:11 +0000 (Sat, 16 Jul 2011) Log Message: ----------- XHTML quoting corrections Modified Paths: -------------- trunk/Customers.php Modified: trunk/Customers.php =================================================================== --- trunk/Customers.php 2011-07-16 12:57:00 UTC (rev 6567) +++ trunk/Customers.php 2011-07-16 12:57:11 UTC (rev 6568) @@ -438,7 +438,7 @@ } if ($SetupErrors>0) { - echo '<br /><div class=centre><a href="'.$_SERVER['PHP_SELF'] .'" >'._('Click here to continue').'</a></div>'; + echo '<br /><div class="centre"><a href="'.$_SERVER['PHP_SELF'] .'" >'._('Click here to continue').'</a></div>'; include('includes/footer.inc'); exit; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |