[Zope-Checkins] SVN: Zope/trunk/ Collector #1370: Fixed html
generated by Z Search interface.
Chris Withers
chris at simplistix.co.uk
Fri Jul 30 14:26:10 EDT 2004
Log message for revision 26857:
Collector #1370: Fixed html generated by Z Search interface.
Changed:
U Zope/trunk/doc/CHANGES.txt
U Zope/trunk/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml
-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt 2004-07-30 18:25:41 UTC (rev 26856)
+++ Zope/trunk/doc/CHANGES.txt 2004-07-30 18:26:09 UTC (rev 26857)
@@ -139,6 +139,8 @@
Bugs fixed
+ - Collector #1370: Fixed html generated by Z Search interface.
+
- Collector #1295: Fixed minor niglet with the Elvis tutorial.
- added "version.txt" to setup.py to avoid untrue "unreleased version"
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml 2004-07-30 18:25:41 UTC (rev 26856)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml 2004-07-30 18:26:09 UTC (rev 26857)
@@ -20,11 +20,11 @@
%(heading)s
%(else)]
- <div tal:repeat="result batch" >
+ <tal:x repeat="result batch" >
%(row)s
- </div>
+ </tal:x>
%(else no_table)[</table>%(else)]
More information about the Zope-Checkins
mailing list