Changeset 3073 for trac/trunk
- Timestamp:
- 02/25/06 01:00:34 (7 years ago)
- File:
-
- 1 edited
-
trac/trunk/wiki-macros/TracNav.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trac/trunk/wiki-macros/TracNav.py
r3071 r3073 43 43 44 44 45 == Author and license ==45 == Author and License == 46 46 47 47 Copyright 2005, 2006 … … 79 79 80 80 TRACNAVHOME = "http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav" 81 LISTRULE = re.compile(r"^(?P<indent> +)\* +(?P<rest>.*)$", re.M)81 LISTRULE = re.compile(r"^(?P<indent>[ \t\v]+)\* +(?P<rest>.*)$", re.M) 82 82 ALLOWED_MACROS = ["image"] 83 83
Note: See TracChangeset
for help on using the changeset viewer.
