From 2cbde12271ed5e96df7674f946fbe40834498fcb Mon Sep 17 00:00:00 2001 From: resteve Date: Tue, 9 Jun 2015 10:47:46 +0200 Subject: [PATCH] Add link tag in htmlpair (must be closed) --- wikimarkup/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikimarkup/parser.py b/wikimarkup/parser.py index ec5c1f3..e391fdf 100644 --- a/wikimarkup/parser.py +++ b/wikimarkup/parser.py @@ -44,7 +44,7 @@ u'h2', u'h3', u'h4', u'h5', u'h6', u'cite', u'code', u'em', u's', u'strike', u'strong', u'tt', u'var', u'div', u'center', u'blockquote', u'ol', u'ul', u'dl', u'table', u'caption', u'pre', - u'ruby', u'rt' , u'rb' , u'rp', u'p', u'span', u'u', + u'ruby', u'rt' , u'rb' , u'rp', u'p', u'span', u'u', u'a', ) _htmlsingle = ( u'br', u'hr', u'li', u'dt', u'dd', u'img',