Changeset 2070
- Timestamp:
- 03/01/07 05:40:04 (2 years ago)
- Files:
-
- tagsplugin/trunk/tractags/macros.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tagsplugin/trunk/tractags/macros.py
r1830 r2070 179 179 taginfo = {} 180 180 out = StringIO() 181 out.write('<ul class="listtagged"> ')181 out.write('<ul class="listtagged">\n') 182 182 # If expression was passed as an argument, do a full walk, using the 183 183 # expression as the predicate. Silently assumes that failed expressions
