summaryrefslogtreecommitdiff
path: root/wiki2html.py
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-08 00:30:59 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-08 00:30:59 +0200
commita8d15328a95bc16c3d9f4ca06c0c69767899f678 (patch)
tree9ec0df4e03725853c07cc5016979b74ef9707485 /wiki2html.py
parentec326ad225c6cda0051f1c7b3751639f4823d4ac (diff)
downloadwikitrans-a8d15328a95bc16c3d9f4ca06c0c69767899f678.tar.gz
wikitrans-a8d15328a95bc16c3d9f4ca06c0c69767899f678.tar.bz2
Another buch of dirty kludges
Diffstat (limited to 'wiki2html.py')
-rw-r--r--wiki2html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki2html.py b/wiki2html.py
index 62c6da0..81ada65 100644
--- a/wiki2html.py
+++ b/wiki2html.py
@@ -82,7 +82,7 @@ class HtmlWikiMarkup (WikiMarkup):
text = None
if len(elt[1]) > 1:
s = map(self.format, elt[1])
- if s[0] == 'disambigR':
+ if s[0] == 'disambigR' or s[0] == 'wikiquote':
return ""
elif len(s) > 1 and s[1] == 'thumb':
return ""

Return to:

Send suggestions and report system problems to the System administrator.