diff --git a/rhodecode/lib/helpers.py b/rhodecode/lib/helpers.py --- a/rhodecode/lib/helpers.py +++ b/rhodecode/lib/helpers.py @@ -758,8 +758,8 @@ def urlify_commit(text_): def url_func(match_obj): issue_id = match_obj.groups()[0] tmpl = ( - '' - ' %(issue-prefix)s%(id-repr)s' + ' ' + '%(issue-prefix)s%(id-repr)s' '' ) return tmpl % (