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 8372bfe commit 39dd0e9Copy full SHA for 39dd0e9
roundup/cgi/templating.py
@@ -738,7 +738,7 @@ def __cmp__(self, other):
738
739
class StringHTMLProperty(HTMLProperty):
740
hyper_re = re.compile(r'((?P<url>\w{3,6}://\S+)|'
741
- r'(?P<email>[-+=%/;\w\.]+@[\w\.\-]+)|'
+ r'(?P<email>[-+=%/\w\.]+@[\w\.\-]+)|'
742
r'(?P<item>(?P<class>[a-z_]+)(?P<id>\d+)))')
743
def _hyper_repl(self, match):
744
if match.group('url'):
0 commit comments