From 6508bd65f006d7ca1cdaa0d177341ddfe72334a9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 27 Nov 2008 13:00:46 +0200 Subject: * wiki2html.py: Fix broken continuation after bold and it. --- wiki2html.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'wiki2html.py') diff --git a/wiki2html.py b/wiki2html.py index 4e0e78a..6fa0ae3 100644 --- a/wiki2html.py +++ b/wiki2html.py @@ -160,8 +160,6 @@ class HtmlWikiMarkup (WikiMarkup): self.state = [ self.ST_PARA ] return WikiMarkup.__str__(self) + self.cpara() - - class HtmlWiktionaryMarkup (HtmlWikiMarkup): """ A class for translating Wiktionary articles into HTML. -- cgit v1.2.1