Changeset 4222
- Timestamp:
- 09/02/08 04:23:01 (4 months ago)
- Files:
-
- fullblogplugin/0.11/tracfullblog/core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fullblogplugin/0.11/tracfullblog/core.py
r4102 r4222 130 130 # Assume it is a regular post, and pass to 'view' 131 131 # Split for comment linking (the_post#comment-1, or #comment-1) 132 segments = unicode_unquote(content).split('#')132 segments = content.split('#') 133 133 if len(segments) == 2: 134 134 url, anchor = segments
