Ignore:
Timestamp:
04/27/05 10:55:05 (8 years ago)
Author:
hauma
Message:

Bugfix: For collapsed submenus in the TracNav output, put the "..." string not under the link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/trunk/wiki-macros/TracNav.py

    r2993 r2994  
    244244                html += '%s<h4>%s</h4>\n' % (indentation(col), title) 
    245245            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) 
    247247            col -= 1 
    248248            html += '%s</li>\n' % indentation(col) 
Note: See TracChangeset for help on using the changeset viewer.