[Weberp-svn] SF.net SVN: weberp:[7098] trunk/BankAccounts.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-27 20:44:33
|
Revision: 7098 http://weberp.svn.sourceforge.net/weberp/?rev=7098&view=rev Author: tim_schofield Date: 2011-07-27 20:44:27 +0000 (Wed, 27 Jul 2011) Log Message: ----------- XHTML corrections to code Modified Paths: -------------- trunk/BankAccounts.php Modified: trunk/BankAccounts.php =================================================================== --- trunk/BankAccounts.php 2011-07-27 20:44:13 UTC (rev 7097) +++ trunk/BankAccounts.php 2011-07-27 20:44:27 UTC (rev 7098) @@ -366,7 +366,7 @@ echo '</select></td>'; echo '</tr></table><br /> - <div class="centre"><input tabindex="7" type="Submit" name="submit" value="'. _('Enter Information') .'"></div>'; + <div class="centre"><input tabindex="7" type="submit" name="submit" value="'. _('Enter Information') .'" /></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. |