Skip to content

Commit 39dd0e9

Browse files
author
Anthony Baxter
committed
remove ; - quoted <> get picked up
1 parent 8372bfe commit 39dd0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def __cmp__(self, other):
738738

739739
class StringHTMLProperty(HTMLProperty):
740740
hyper_re = re.compile(r'((?P<url>\w{3,6}://\S+)|'
741-
r'(?P<email>[-+=%/;\w\.]+@[\w\.\-]+)|'
741+
r'(?P<email>[-+=%/\w\.]+@[\w\.\-]+)|'
742742
r'(?P<item>(?P<class>[a-z_]+)(?P<id>\d+)))')
743743
def _hyper_repl(self, match):
744744
if match.group('url'):

0 commit comments

Comments
 (0)