[Weberp-svn] SF.net SVN: weberp:[6433] trunk/Customers.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-15 22:31:11
|
Revision: 6433 http://weberp.svn.sourceforge.net/weberp/?rev=6433&view=rev Author: tim_schofield Date: 2011-07-15 22:31:05 +0000 (Fri, 15 Jul 2011) Log Message: ----------- XHTML quoting corrections Modified Paths: -------------- trunk/Customers.php Modified: trunk/Customers.php =================================================================== --- trunk/Customers.php 2011-07-15 22:30:54 UTC (rev 6432) +++ trunk/Customers.php 2011-07-15 22:31:05 UTC (rev 6433) @@ -956,8 +956,8 @@ $_POST['notes']=$myrowcc['notes']; echo '<table class="selection">'; echo '<tr> - <td>' . _('Name') . '</td><td><input type=text name="custname" value="'.$_POST['custname'].'"></td></tr><tr> - <td>' . _('Role') . '</td><td><input type=text name="role" value="'.$_POST['role'].'"></td></tr><tr> + <td>' . _('Name') . '</td><td><input type="text" name="custname" value="'.$_POST['custname'].'"></td></tr><tr> + <td>' . _('Role') . '</td><td><input type="text" name="role" value="'.$_POST['role'].'"></td></tr><tr> <td>' . _('Phone no') . '</td><td><input type="text" name="phoneno" value="'.$_POST['phoneno'].'"></td></tr><tr> <td>' . _('Notes') . '</td><td><textarea name="notes">'.$_POST['notes'].'</textarea></td></tr> <tr><td colspan=2><input type=submit name=update value=update></td></tr></table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |