[Weberp-svn] SF.net SVN: weberp:[6676] trunk/GLTrialBalance.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-16 18:13:47
|
Revision: 6676 http://weberp.svn.sourceforge.net/weberp/?rev=6676&view=rev Author: tim_schofield Date: 2011-07-16 18:13:42 +0000 (Sat, 16 Jul 2011) Log Message: ----------- XHTML quoting corrections Modified Paths: -------------- trunk/GLTrialBalance.php Modified: trunk/GLTrialBalance.php =================================================================== --- trunk/GLTrialBalance.php 2011-07-16 18:13:30 UTC (rev 6675) +++ trunk/GLTrialBalance.php 2011-07-16 18:13:42 UTC (rev 6676) @@ -91,8 +91,8 @@ } echo '</select></td></tr></table><br />'; - echo '<div class="centre"><input type=submit Name="ShowTB" Value="' . _('Show Trial Balance') .'">'; - echo '<input type=submit Name="PrintPDF" Value="'._('PrintPDF').'"></div>'; + echo '<div class="centre"><input type="submit" Name="ShowTB" Value="' . _('Show Trial Balance') .'">'; + echo '<input type="submit" Name="PrintPDF" Value="'._('PrintPDF').'"></div>'; /*Now do the posting while the user is thinking about the period to select */ @@ -708,7 +708,7 @@ number_format($CheckPeriodBudget,2)); echo '</table><br />'; - echo '<div class="centre"><input type=submit Name="SelectADifferentPeriod" Value="' . _('Select A Different Period') . '"></div>'; + echo '<div class="centre"><input type="submit" name="SelectADifferentPeriod" value="' . _('Select A Different Period') . '" /></div>'; } echo '</form>'; include('includes/footer.inc'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |