Changeset 3075


Ignore:
Timestamp:
02/25/06 01:55:17 (7 years ago)
Author:
moschny
Message:

Fix HTML indentation.

File:
1 edited

Legend:

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

    r3073 r3075  
    212212    html = '%s<div class="wiki-toc trac-nav">\n' % indentation(col) 
    213213    col += 1 
    214     html += '%s<h2><a href="%s">TracNav</a> menu</h2>' % \ 
     214    html += '%s<h2><a href="%s">TracNav</a> menu</h2>\n' % \ 
    215215            (indentation(col), TRACNAVHOME) 
    216216 
Note: See TracChangeset for help on using the changeset viewer.