[Zope-Checkins] CVS: Products/ZopeTutorial - CHANGES.txt:1.1.370.2
tutorial.stx:1.9.4.2 version.txt:1.2.326.2
Chris Withers
chris at simplistix.co.uk
Fri Jul 30 14:12:28 EDT 2004
Update of /cvs-repository/Products/ZopeTutorial
In directory cvs.zope.org:/tmp/cvs-serv11827/lib/python/Products/ZopeTutorial
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt tutorial.stx version.txt
Log Message:
Collector #1295: Fixed minor niglet with the Elvis tutorial.
=== Products/ZopeTutorial/CHANGES.txt 1.1.370.1 => 1.1.370.2 ===
--- Products/ZopeTutorial/CHANGES.txt:1.1.370.1 Tue Nov 25 15:14:21 2003
+++ Products/ZopeTutorial/CHANGES.txt Fri Jul 30 14:12:28 2004
@@ -1,3 +1,9 @@
+Zope Tutorial 1.2
+
+ Bug Fixes
+
+ * Fix niglet in step 7.
+
Zope Tutorial 1.1
Features
=== Products/ZopeTutorial/tutorial.stx 1.9.4.1 => 1.9.4.2 ===
--- Products/ZopeTutorial/tutorial.stx:1.9.4.1 Tue Nov 25 15:14:21 2003
+++ Products/ZopeTutorial/tutorial.stx Fri Jul 30 14:12:28 2004
@@ -403,13 +403,10 @@
<h1 tal:content="template/title">title</h1>
<table border="1">
- <tr>
- <td>
- <div tal:repeat="sighting container/sightingsFolder/objectValues"
- tal:content="structure sighting">
- Sighting goes here
- </div>
- </td>
+ <tr tal:repeat="sighting container/sightingsFolder/objectValues">
+ <td tal:content="structure sighting">
+ Sighting goes here
+ </td>
</tr>
</table>
=== Products/ZopeTutorial/version.txt 1.2.326.1 => 1.2.326.2 ===
--- Products/ZopeTutorial/version.txt:1.2.326.1 Tue Nov 25 15:14:21 2003
+++ Products/ZopeTutorial/version.txt Fri Jul 30 14:12:28 2004
@@ -1 +1 @@
-Zope Tutorial 1.1
+Zope Tutorial 1.2
More information about the Zope-Checkins
mailing list