[Weberp-svn] SF.net SVN: weberp:[6196] trunk/DailyBankTransactions.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-14 16:01:07
|
Revision: 6196 http://weberp.svn.sourceforge.net/weberp/?rev=6196&view=rev Author: tim_schofield Date: 2011-07-14 16:01:01 +0000 (Thu, 14 Jul 2011) Log Message: ----------- XHTML quoting corrections Modified Paths: -------------- trunk/DailyBankTransactions.php Modified: trunk/DailyBankTransactions.php =================================================================== --- trunk/DailyBankTransactions.php 2011-07-14 16:00:51 UTC (rev 6195) +++ trunk/DailyBankTransactions.php 2011-07-14 16:01:01 UTC (rev 6196) @@ -11,7 +11,7 @@ echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="post">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; - echo '<table class=selection>'; + echo '<table class="selection">'; $SQL = "SELECT bankaccountname, bankaccounts.accountcode, @@ -88,7 +88,7 @@ prnMsg(_('There are no transactions for this account in the date range selected'), 'info'); } else { $BankDetailRow = DB_fetch_array($BankResult); - echo '<table class=selection> + 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> </tr>'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |