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 3cddd8e commit 0407053Copy full SHA for 0407053
roundup/cgi/templating.py
@@ -1051,7 +1051,7 @@ def is_view_ok(self):
1051
class StringHTMLProperty(HTMLProperty):
1052
hyper_re = re.compile(r'((?P<url>\w{3,6}://\S+)|'
1053
r'(?P<email>[-+=%/\w\.]+@[\w\.\-]+)|'
1054
- r'(?P<item>(?P<class>[A-Za-z_]+)(\s*)?(?P<id>\d+)))')
+ r'(?P<item>(?P<class>[A-Za-z_]+)\s*(?P<id>\d+)))')
1055
def _hyper_repl(self, match):
1056
if match.group('url'):
1057
s = match.group('url')
0 commit comments