[Weberp-svn] SF.net SVN: weberp:[7363] trunk/DailyBankTransactions.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-29 21:39:16
|
Revision: 7363 http://weberp.svn.sourceforge.net/weberp/?rev=7363&view=rev Author: tim_schofield Date: 2011-07-29 21:39:10 +0000 (Fri, 29 Jul 2011) Log Message: ----------- XHTML corrections to code Modified Paths: -------------- trunk/DailyBankTransactions.php Modified: trunk/DailyBankTransactions.php =================================================================== --- trunk/DailyBankTransactions.php 2011-07-29 21:39:00 UTC (rev 7362) +++ trunk/DailyBankTransactions.php 2011-07-29 21:39:10 UTC (rev 7363) @@ -90,7 +90,7 @@ $BankDetailRow = DB_fetch_array($BankResult); echo '<table class="selection"> <tr> - <th colspan=7><font size=3 color=blue>' . _('Account Transactions For').' '.$BankDetailRow['bankaccountname'].' '._('Between').' '.$_POST['FromTransDate'] . ' ' . _('and') . ' ' . $_POST['ToTransDate'] . '</font></th> + <th colspan="7"><font size="3" color="blue">' . _('Account Transactions For').' '.$BankDetailRow['bankaccountname'].' '._('Between').' '.$_POST['FromTransDate'] . ' ' . _('and') . ' ' . $_POST['ToTransDate'] . '</font></th> </tr>'; echo '<tr> <th>' . ('Date') . '</th> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |