[Weberp-svn] SF.net SVN: weberp:[7370] trunk/OrderDetails.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-29 21:40:45
|
Revision: 7370 http://weberp.svn.sourceforge.net/weberp/?rev=7370&view=rev Author: tim_schofield Date: 2011-07-29 21:40:39 +0000 (Fri, 29 Jul 2011) Log Message: ----------- XHTML corrections to code Modified Paths: -------------- trunk/OrderDetails.php Modified: trunk/OrderDetails.php =================================================================== --- trunk/OrderDetails.php 2011-07-29 21:40:27 UTC (rev 7369) +++ trunk/OrderDetails.php 2011-07-29 21:40:39 UTC (rev 7370) @@ -145,8 +145,8 @@ $OrderTotalVolume = 0; $OrderTotalWeight = 0; - echo '<br /><table cellpadding=2 colspan=9 class="selection">'; - echo '<tr><th colspan=9><font color=blue>'._('Order Line Details For Order No').' '.$_GET['OrderNumber'].'</font></th></tr>'; + echo '<br /><table cellpadding="2" colspan="9" class="selection">'; + echo '<tr><th colspan="9"><font color="blue">'._('Order Line Details For Order No').' '.$_GET['OrderNumber'].'</font></th></tr>'; echo '<tr> <th>' . _('Item Code') . '</th> <th>' . _('Item Description') . '</th> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |