summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki2html.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiki2html.py b/wiki2html.py
index f8dfb63..441bc76 100644
--- a/wiki2html.py
+++ b/wiki2html.py
@@ -96,14 +96,13 @@ class HtmlWikiMarkup (WikiMarkup):
text = s[2]
elif s[0] == "term":
text = self.tmpl_term(s)
elif s[0] == "proto":
text = self.tmpl_proto(s)
return text
-
- print arg
+
(qual,sep,tgt) = arg.partition(':')
if tgt != '':
ns = self.wiki_ns_name(qual)
if ns:
if ns == 'NS_IMAGE':
return ''

Return to:

Send suggestions and report system problems to the System administrator.