[Checkins] SVN: plone.z3cform/branches/0.5.x/ Merge r121892 from trunk

Martijn Pieters mj at zopatista.com
Wed Jun 8 10:10:49 EDT 2011


Log message for revision 121893:
  Merge r121892 from trunk

Changed:
  U   plone.z3cform/branches/0.5.x/docs/HISTORY.txt
  U   plone.z3cform/branches/0.5.x/plone/z3cform/crud/crud-table.pt

-=-
Modified: plone.z3cform/branches/0.5.x/docs/HISTORY.txt
===================================================================
--- plone.z3cform/branches/0.5.x/docs/HISTORY.txt	2011-06-08 14:04:33 UTC (rev 121892)
+++ plone.z3cform/branches/0.5.x/docs/HISTORY.txt	2011-06-08 14:10:49 UTC (rev 121893)
@@ -4,7 +4,10 @@
 0.5.12 (unreleased)
 -------------------
 
-- Nothing changed yet.
+* Remove <a name=""/> elements from inside the CRUD table TBODY element
+  they were otherwise unused (and illegal in that location of the HTML content
+  model).
+  [mj]
 
 
 0.5.11 (2010-07-02)

Modified: plone.z3cform/branches/0.5.x/plone/z3cform/crud/crud-table.pt
===================================================================
--- plone.z3cform/branches/0.5.x/plone/z3cform/crud/crud-table.pt	2011-06-08 14:04:33 UTC (rev 121892)
+++ plone.z3cform/branches/0.5.x/plone/z3cform/crud/crud-table.pt	2011-06-08 14:10:49 UTC (rev 121893)
@@ -49,7 +49,6 @@
         </thead>
         <tbody>
           <tal:block repeat="row view/subforms">
-            <a name="" tal:attributes="name string:edit-${row/content_id}" />
             <tr tal:content="structure row/render"
                 tal:attributes="class python:repeat['row'].odd() and 'odd' or 'even'" />
           </tal:block>



More information about the checkins mailing list