Changeset 2994 for trac/trunk/wiki-macros/TracNav.py
- Timestamp:
- 04/27/05 10:55:05 (8 years ago)
- File:
-
- 1 edited
-
trac/trunk/wiki-macros/TracNav.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trac/trunk/wiki-macros/TracNav.py
r2993 r2994 244 244 html += '%s<h4>%s</h4>\n' % (indentation(col), title) 245 245 else: 246 html += '%s<h4><a href="%s">%s ...</a></h4>\n' % (indentation(col), env.href.wiki(name), title)246 html += '%s<h4><a href="%s">%s</a>...</h4>\n' % (indentation(col), env.href.wiki(name), title) 247 247 col -= 1 248 248 html += '%s</li>\n' % indentation(col)
Note: See TracChangeset
for help on using the changeset viewer.
