summaryrefslogtreecommitdiff
path: root/wiki2text.py
diff options
context:
space:
mode:
Diffstat (limited to 'wiki2text.py')
-rw-r--r--wiki2text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki2text.py b/wiki2text.py
index 5fcd718..0f8dd5f 100644
--- a/wiki2text.py
+++ b/wiki2text.py
@@ -72,13 +72,13 @@ class TextWikiMarkup (WikiMarkup):
text = s[1]
else:
s = None
text = None
if s:
- if s[0] == 'disambigR':
+ if s[0] == 'disambigR' or s[0] == 'wikiquote':
return ""
if len(s) > 1 and s[1] == 'thumb':
return ""
(qual,sep,tgt) = arg.partition(':')
if tgt != '':
ns = self.wiki_ns_name(qual)

Return to:

Send suggestions and report system problems to the System administrator.