diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 01:38:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 01:38:58 -0300 |
commit | c35a680ffe0b50c3e2f3db053a8287d20a932b8c (patch) | |
tree | c11995adbd57e03d218312084bd534145e9f8954 /wiki | |
parent | 61978c7523b61b3b2e17c9cb7b8eabe531100367 (diff) | |
download | tools-c35a680ffe0b50c3e2f3db053a8287d20a932b8c.tar.gz tools-c35a680ffe0b50c3e2f3db053a8287d20a932b8c.tar.bz2 tools-c35a680ffe0b50c3e2f3db053a8287d20a932b8c.tar.xz tools-c35a680ffe0b50c3e2f3db053a8287d20a932b8c.zip |
Add a comment header which doesn't works
Diffstat (limited to 'wiki')
-rwxr-xr-x | wiki/wikigen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wiki/wikigen.py b/wiki/wikigen.py index 804c416..ad937c9 100755 --- a/wiki/wikigen.py +++ b/wiki/wikigen.py @@ -740,6 +740,7 @@ def DoQuest(): # Individual file f=open("../../wiki/q/"+str(i.id)+'.md', "w") + f.write("<!-- --- title: %d: %s -->\n\n" % (i.id, i.name)) f.write("# %s\n" % i.name) f.write('\n') |