[Checkins] SVN: Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/language.txt This is not a self-closing tag.

Malthe Borch mborch at gmail.com
Mon Nov 17 09:13:45 EST 2008


Log message for revision 93049:
  This is not a self-closing tag.

Changed:
  U   Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/language.txt

-=-
Modified: Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/language.txt
===================================================================
--- Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/language.txt	2008-11-17 14:13:26 UTC (rev 93048)
+++ Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/language.txt	2008-11-17 14:13:44 UTC (rev 93049)
@@ -49,8 +49,8 @@
   ...   <input tal:attributes="checked False"/>
   ... </div>""")
     <div>
-       <option selected="True" />
-       <option />
+       <option selected="True"></option>
+       <option></option>
        <input checked="True" />
        <input />
     </div>



More information about the Checkins mailing list