diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 15:32:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 15:32:32 -0300 |
commit | ce8a13b4d608470956253ca57da71ad0cac39c94 (patch) | |
tree | 774cbc762d06db5b4e09968aa3dd7e1f9cd044de /wiki | |
parent | b8045b709a9961bc93cc0713f9a995ead3e45cc5 (diff) | |
download | tools-ce8a13b4d608470956253ca57da71ad0cac39c94.tar.gz tools-ce8a13b4d608470956253ca57da71ad0cac39c94.tar.bz2 tools-ce8a13b4d608470956253ca57da71ad0cac39c94.tar.xz tools-ce8a13b4d608470956253ca57da71ad0cac39c94.zip |
Elegen for website
Diffstat (limited to 'wiki')
-rwxr-xr-x | wiki/elegen.py | 1 |
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>" |