[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/www/sutCompare.zpt Fix XML syntax error

Wichert Akkerman wichert at wiggy.net
Tue Aug 31 05:55:40 EDT 2010


Log message for revision 116060:
  Fix XML syntax error

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/www/sutCompare.zpt

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/www/sutCompare.zpt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/www/sutCompare.zpt	2010-08-31 08:25:47 UTC (rev 116059)
+++ Products.GenericSetup/trunk/Products/GenericSetup/www/sutCompare.zpt	2010-08-31 09:55:40 UTC (rev 116060)
@@ -1,3 +1,4 @@
+<tal:root>
 <h1 tal:replace="structure context/manage_page_header">PAGE HEADER</h1>
 <h2 tal:replace="structure context/manage_tabs">TABS</h2>
 
@@ -107,8 +108,8 @@
 
 <br />
 
-<input type="submit" name="manage_showDiff:method" value="Compare">
-<input type="submit" name="manage_downloadDiff:method" value="Download">
+<input type="submit" name="manage_showDiff:method" value="Compare"/>
+<input type="submit" name="manage_downloadDiff:method" value="Download"/>
 
 </form>
 
@@ -134,3 +135,4 @@
 </div>
 
 <h1 tal:replace="structure context/manage_page_footer">PAGE FOOTER</h1>
+</tal:root>



More information about the checkins mailing list