summaryrefslogtreecommitdiff
path: root/wiki2html.py
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-11-27 13:00:46 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2008-11-27 13:00:46 +0200
commit6508bd65f006d7ca1cdaa0d177341ddfe72334a9 (patch)
treee461f6a5af1dea8cbbc92266d9926c44d88fd500 /wiki2html.py
parent9f2879e9d8fe525e9ca59ed59074bf2fdff7e740 (diff)
downloadwikitrans-6508bd65f006d7ca1cdaa0d177341ddfe72334a9.tar.gz
wikitrans-6508bd65f006d7ca1cdaa0d177341ddfe72334a9.tar.bz2
* wiki2html.py: Fix broken continuation after bold and it.
Diffstat (limited to 'wiki2html.py')
-rw-r--r--wiki2html.py2
1 files changed, 0 insertions, 2 deletions
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.

Return to:

Send suggestions and report system problems to the System administrator.