Edgewall Software

Changes between Version 17 and Version 18 of HelperFunctions


Ignore:
Timestamp:
Aug 28, 2007, 7:06:17 PM (17 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelperFunctions

    v17 v18  
    189189  <ul><li py:for="item in items">${item}</li></ul>
    190190  <hr />
    191   <py:for="num in range(cur_page, num_pages + 1)">
     191  <py:for each="num in range(cur_page, num_pages + 1)">
    192192    <a href="?page=$num">$num</a>
    193193  </py:for>