From c0fde4625c389632448ed432c48fa5dcbc803534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Sep 2012 00:39:35 +0200 Subject: [PATCH] fix mail links --- text_dokuwiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text_dokuwiki.py b/text_dokuwiki.py index f2ea54d..248cda5 100644 --- a/text_dokuwiki.py +++ b/text_dokuwiki.py @@ -271,7 +271,7 @@ class Formatter(FormatterBase): def email(args): mail = args.replace(' AT ', '@') mail = mail.replace(' DOT ', '.') - return '[[mailto:%s|%s]]' % (mail, args) + return '[[%s|%s]]' % (mail, args) try: lookup = {