From: <tim...@us...> - 2012-01-19 12:57:11
|
Revision: 4814 http://web-erp.svn.sourceforge.net/web-erp/?rev=4814&view=rev Author: tim_schofield Date: 2012-01-19 12:57:05 +0000 (Thu, 19 Jan 2012) Log Message: ----------- Merge Tims branch into trunk: Fix xhtml errors Modified Paths: -------------- trunk/TaxGroups.php Modified: trunk/TaxGroups.php =================================================================== --- trunk/TaxGroups.php 2012-01-19 12:56:30 UTC (rev 4813) +++ trunk/TaxGroups.php 2012-01-19 12:57:05 UTC (rev 4814) @@ -237,7 +237,7 @@ } echo '<tr><td>' . _('Tax Group') . ':</td> <td><input type="text" name="GroupName" size="40" maxlength="40" value="' . $_POST['GroupName'] . '" /></td>'; -echo '<td><input type="submit" name="submit" value="' . _('Enter Group') . '"></td> +echo '<td><input type="submit" name="submit" value="' . _('Enter Group') . '" /></td> </tr> </form>'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |