Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1717:1d93289af20b
remove ; - quoted <> get picked up
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 01 Jul 2003 08:21:57 +0000 |
| parents | cd53f6238cae |
| children | 1f8bbdff56b9 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Tue Jul 01 08:16:59 2003 +0000 +++ b/roundup/cgi/templating.py Tue Jul 01 08:21:57 2003 +0000 @@ -836,7 +836,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'):
