Changeset 1370
- Timestamp:
- 09/28/08 20:53:35 (2 months ago)
- Files:
-
- 1 modified
-
trunk/pysoy/docs/templates/genindex.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pysoy/docs/templates/genindex.html
r1369 r1370 13 13 <h1 id="index">Index</h1> 14 14 15 {% for key, dummy in genindexentries -%}16 <a href="#{{ key }}"><strong>{{ key }}</strong></a> {% if not loop.last %}| {% endif %}17 {%- endfor %}15 <py:for each="key, dummy in genindexentries"> 16 <a href="#${key}"><strong>${key}</strong></a> | 17 </py:for> 18 18 19 19 <hr />
