Changeset 729
- Timestamp:
- 04/29/06 01:46:37 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
autowikifyplugin/trunk/tracautowikify/autowikify.py
r728 r729 45 45 # Internal methods 46 46 def _update(self): 47 pattern = '(?P<autowiki>' + '|'.join(self.pages) + ')'47 pattern = r'\b(?P<autowiki>' + '|'.join(self.pages) + r')\b' 48 48 self.pages_re = pattern 49 49 WikiSystem(self.env)._compiled_rules = None
