summaryrefslogtreecommitdiffstats
path: root/askbot/const/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/const/__init__.py')
-rw-r--r--askbot/const/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index e711de92..0a36879e 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -58,7 +58,7 @@ SIMPLE_REPLY_SEPARATOR_TEMPLATE = '==== %s -=-=='
REPLY_SEPARATOR_TEMPLATE = '==== %(user_action)s %(instruction)s -=-=='
REPLY_WITH_COMMENT_TEMPLATE = _(
'Note: to reply with a comment, '
- 'please use <a href="mailto://%(addr)s">this link</a>'
+ 'please use <a href="mailto:%(addr)s">this link</a>'
)
REPLY_SEPARATOR_REGEX = re.compile(r'==== .* -=-==', re.MULTILINE|re.DOTALL)