[Zope-Checkins] SVN: Zope/branches/2.10/ - Collector #2304: fixed markup issue in ptEdit.zpt

Andreas Jung andreas at andreas-jung.com
Fri May 11 12:28:07 EDT 2007


Log message for revision 75682:
        - Collector #2304: fixed markup issue in ptEdit.zpt
  

Changed:
  U   Zope/branches/2.10/doc/CHANGES.txt
  U   Zope/branches/2.10/lib/python/Products/PageTemplates/www/ptEdit.zpt

-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt	2007-05-11 09:46:24 UTC (rev 75681)
+++ Zope/branches/2.10/doc/CHANGES.txt	2007-05-11 16:28:07 UTC (rev 75682)
@@ -8,6 +8,8 @@
 
     Bugs fixed
 
+      - Collector #2304: fixed markup issue in ptEdit.zpt
+
       - Collector #2260: fixed Examples.zexp
 
       - Collector #2320: HTTPResponse setHeader lowercased keys but getHeader

Modified: Zope/branches/2.10/lib/python/Products/PageTemplates/www/ptEdit.zpt
===================================================================
--- Zope/branches/2.10/lib/python/Products/PageTemplates/www/ptEdit.zpt	2007-05-11 09:46:24 UTC (rev 75681)
+++ Zope/branches/2.10/lib/python/Products/PageTemplates/www/ptEdit.zpt	2007-05-11 16:28:07 UTC (rev 75682)
@@ -33,7 +33,7 @@
        tal:content="python:context.bobobase_modification_time().strftime('%Y-%m-%d %I:%M %p')">1/1/2000
       </div>
     </td>
-    <td align="left" valign="top" colspan="2" rowspan="2">
+    <td align="left" valign="top" colspan="2">
       <a href="source.html" tal:condition="context/html">Browse HTML source</a>
       <a href="source.xml" tal:condition="not:context/html">Browse XML source</a>
       <br />



More information about the Zope-Checkins mailing list