We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a770d commit abd70fdCopy full SHA for abd70fd
roundup/cgi/templating.py
@@ -836,7 +836,7 @@ def __cmp__(self, other):
836
837
class StringHTMLProperty(HTMLProperty):
838
hyper_re = re.compile(r'((?P<url>\w{3,6}://\S+)|'
839
- r'(?P<email>[-+=%/;\w\.]+@[\w\.\-]+)|'
+ r'(?P<email>[-+=%/\w\.]+@[\w\.\-]+)|'
840
r'(?P<item>(?P<class>[a-z_]+)(?P<id>\d+)))')
841
def _hyper_repl(self, match):
842
if match.group('url'):
0 commit comments