Commit 547d7aaa authored by Rafael Monnerat's avatar Rafael Monnerat

details should be open by default

parent e2aca1bd
......@@ -85,7 +85,7 @@ if not (author is None or not author):\n
<footer>by <a href="mailto:"""+ author_mail +"""">"""+ author +"""</a>.</footer>"""\n
\n
text_content +="""\n
<details>\n
<details open="true">\n
"""+ listbox[0].text_content +"""\n
</details>\n
</section>\n
......@@ -112,7 +112,7 @@ for chapter in listbox[1:]:\n
\n
# details will only appear in the web page version of the tutorial\n
text_content +="""\n
<details>\n
<details open="true">\n
"""+ text +"""\n
</details>"""\n
\n
......
39
\ No newline at end of file
40
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment