Edgewall Software

Changes between Version 115 and Version 116 of GenshiTutorial


Ignore:
Timestamp:
Jun 20, 2009, 3:58:14 PM (15 years ago)
Author:
anonymous
Comment:

Unable to follow tutorial correctly the `for' loop in index.html does extract link in links

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v115 v116  
    332332    <ol py:if="links">
    333333      <li py:for="link in reversed(links)">
     334        <!-- FAILS HERE: unable to read link object but can read links -->
    334335        <a href="${link.url}">${link.title}</a>
    335336        posted by ${link.username} at ${link.time.strftime('%x %X')}