summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki/wikigen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki/wikigen.py b/wiki/wikigen.py
index 1b3ed2d..6f9ead1 100755
--- a/wiki/wikigen.py
+++ b/wiki/wikigen.py
@@ -758,6 +758,9 @@ def DoQuest():
if '<text' in e:
a=qnt2(e)
qe.entry.append( a.replace('<text>','').replace('</text>','').replace('<text ','<').replace("@@1", "text").replace("@@", "").strip() )
+ elif '<wiki' in e:
+ a=qnt2(e)
+ qe.entry.append( a.replace('<wiki>','').replace('</wiki>','').replace('<wiki ','<').replace("@@1", "text").replace("@@", "").strip() )
elif '<questgiver' in e:
a=qnt2(e)
qe.giver=a.replace('<questgiver>','').replace('</questgiver>','').strip()