[Python-checkins] r53078 - tracker/instances/python-dev/html/user.item.html

erik.forsberg python-checkins at python.org
Tue Dec 19 21:09:19 CET 2006


Author: erik.forsberg
Date: Tue Dec 19 21:09:19 2006
New Revision: 53078

Modified:
   tracker/instances/python-dev/html/user.item.html
Log:

Minor html fix.


Modified: tracker/instances/python-dev/html/user.item.html
==============================================================================
--- tracker/instances/python-dev/html/user.item.html	(original)
+++ tracker/instances/python-dev/html/user.item.html	Tue Dec 19 21:09:19 2006
@@ -142,7 +142,7 @@
           tal:attributes="value python:','.join(required)">
   </td>
   <td><input type="submit" value="save" tal:replace="structure context/submit"><!--submit button here-->
-    <input type=reset>
+    <input type="reset">
   </td>
  </tr>
 </table>


More information about the Python-checkins mailing list