|
From: Benjamin C. <bc...@us...> - 2001-10-30 03:56:02
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv8611/templates/default
Modified Files:
bugform.html
Log Message:
A little bit of cleanup
Index: bugform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugform.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bugform.html 2001/08/01 13:55:56 1.1
+++ bugform.html 2001/10/30 03:55:57 1.2
@@ -2,7 +2,7 @@
<input type="hidden" name="bugid" value="{bugid}">
<input type="hidden" name="project" value="{project}">
<input type="hidden" name="op" value="do">
-<table border='0'>
+<table border="0">
<tr>
<td colspan="2"><font color="#ff0000">{error}</font></td>
</tr>
@@ -77,5 +77,5 @@
</tr>
</table>
-<input type='submit' name='submit' value='Submit'>
+<input type="submit" name="submit" value="Submit">
</form>
|