Commit 36a1f133 authored by Chris Withers's avatar Chris Withers

Collector #1295: Fixed minor niglet with the Elvis tutorial.

parent 2f1f41dc
...@@ -139,6 +139,8 @@ Zope Changes ...@@ -139,6 +139,8 @@ Zope Changes
Bugs fixed Bugs fixed
- Collector #1295: Fixed minor niglet with the Elvis tutorial.
- added "version.txt" to setup.py to avoid untrue "unreleased version" - added "version.txt" to setup.py to avoid untrue "unreleased version"
messages within the control panel messages within the control panel
......
Zope Tutorial 1.2
Bug Fixes
* Fix niglet in step 7.
Zope Tutorial 1.1 Zope Tutorial 1.1
Features Features
......
...@@ -403,13 +403,10 @@ Lesson 6. Recent Elvis Sightings, cont. ...@@ -403,13 +403,10 @@ Lesson 6. Recent Elvis Sightings, cont.
<h1 tal:content="template/title">title</h1> <h1 tal:content="template/title">title</h1>
<table border="1"> <table border="1">
<tr> <tr tal:repeat="sighting container/sightingsFolder/objectValues">
<td> <td tal:content="structure sighting">
<div tal:repeat="sighting container/sightingsFolder/objectValues" Sighting goes here
tal:content="structure sighting"> </td>
Sighting goes here
</div>
</td>
</tr> </tr>
</table> </table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment