summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-08 15:32:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-08 15:32:32 -0300
commitce8a13b4d608470956253ca57da71ad0cac39c94 (patch)
tree774cbc762d06db5b4e09968aa3dd7e1f9cd044de
parentb8045b709a9961bc93cc0713f9a995ead3e45cc5 (diff)
downloadtools-ce8a13b4d608470956253ca57da71ad0cac39c94.tar.gz
tools-ce8a13b4d608470956253ca57da71ad0cac39c94.tar.bz2
tools-ce8a13b4d608470956253ca57da71ad0cac39c94.tar.xz
tools-ce8a13b4d608470956253ca57da71ad0cac39c94.zip
Elegen for website
-rwxr-xr-xwiki/elegen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiki/elegen.py b/wiki/elegen.py
index f4301dd..21ba5ab 100755
--- a/wiki/elegen.py
+++ b/wiki/elegen.py
@@ -329,6 +329,7 @@ def writeMob():
def mbdt(summary, content):
+ return "<pre>%s</pre>" % (content)
return "<details>\
<summary>"+summary+"</summary>\
<pre>"+content+"</pre></details>"