Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1718:cbc8349aff28 maint-0.5
remove ; - quoted <> get picked up
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 01 Jul 2003 08:21:57 +0000 |
| parents | 8054b5813aa3 |
| children |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Tue Jul 01 08:17:21 2003 +0000 +++ b/roundup/cgi/templating.py Tue Jul 01 08:21:57 2003 +0000 @@ -738,7 +738,7 @@ class StringHTMLProperty(HTMLProperty): hyper_re = re.compile(r'((?P<url>\w{3,6}://\S+)|' - r'(?P<email>[-+=%/;\w\.]+@[\w\.\-]+)|' + r'(?P<email>[-+=%/\w\.]+@[\w\.\-]+)|' r'(?P<item>(?P<class>[a-z_]+)(?P<id>\d+)))') def _hyper_repl(self, match): if match.group('url'):
