[Zope-Checkins] SVN: Zope/trunk/ Collector #1295: Fixed minor niglet with the Elvis tutorial.

Chris Withers chris at simplistix.co.uk
Fri Jul 30 14:10:37 EDT 2004


Log message for revision 26855:
  Collector #1295: Fixed minor niglet with the Elvis tutorial.


Changed:
  U   Zope/trunk/doc/CHANGES.txt
  U   Zope/trunk/lib/python/Products/ZopeTutorial/CHANGES.txt
  U   Zope/trunk/lib/python/Products/ZopeTutorial/tutorial.stx
  U   Zope/trunk/lib/python/Products/ZopeTutorial/version.txt


-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt	2004-07-30 18:08:35 UTC (rev 26854)
+++ Zope/trunk/doc/CHANGES.txt	2004-07-30 18:10:37 UTC (rev 26855)
@@ -139,6 +139,8 @@
 
     Bugs fixed
 
+     - Collector #1295: Fixed minor niglet with the Elvis tutorial.
+
      - added "version.txt" to setup.py to avoid untrue "unreleased version"
        messages within the control panel
 

Modified: Zope/trunk/lib/python/Products/ZopeTutorial/CHANGES.txt
===================================================================
--- Zope/trunk/lib/python/Products/ZopeTutorial/CHANGES.txt	2004-07-30 18:08:35 UTC (rev 26854)
+++ Zope/trunk/lib/python/Products/ZopeTutorial/CHANGES.txt	2004-07-30 18:10:37 UTC (rev 26855)
@@ -1,3 +1,9 @@
+Zope Tutorial 1.2
+
+  Bug Fixes
+
+    * Fix niglet in step 7.
+
 Zope Tutorial 1.1
 
   Features

Modified: Zope/trunk/lib/python/Products/ZopeTutorial/tutorial.stx
===================================================================
--- Zope/trunk/lib/python/Products/ZopeTutorial/tutorial.stx	2004-07-30 18:08:35 UTC (rev 26854)
+++ Zope/trunk/lib/python/Products/ZopeTutorial/tutorial.stx	2004-07-30 18:10:37 UTC (rev 26855)
@@ -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>
 

Modified: Zope/trunk/lib/python/Products/ZopeTutorial/version.txt
===================================================================
--- Zope/trunk/lib/python/Products/ZopeTutorial/version.txt	2004-07-30 18:08:35 UTC (rev 26854)
+++ Zope/trunk/lib/python/Products/ZopeTutorial/version.txt	2004-07-30 18:10:37 UTC (rev 26855)
@@ -1 +1 @@
-Zope Tutorial 1.1
+Zope Tutorial 1.2



More information about the Zope-Checkins mailing list