diff --git a/webgen.py b/webgen.py
index f0baac1..13a58a3 100755
--- a/webgen.py
+++ b/webgen.py
@@ -24,14 +24,14 @@ spellcheck = "aspell"
spellcheckparam = "-c"
# Configure Markdown, activate "break-on-newline" for letting a line end without havin to put doublespaces there.
-#
-# More options:
+#
+# More options:
# break-on-newline, code-friendly, cuddled-lists, fenced-code-blocks,
# footnotes, header-ids, highlightjs-lang, html-classes, link-patterns,
-# markdown-in-html, numbering, pyshell, smarty-pants, spoiler, strike,
+# markdown-in-html, numbering, pyshell, smarty-pants, spoiler, strike,
# tag-friendly, tables, toc, use-file-vars, wiki-tables, xml
-markdown.Markdown.extras = ["footnotes","break-on-newline"]
+markdown.Markdown.extras = ["footnotes", "break-on-newline"]
fileending = ""
locale.setlocale(locale.LC_ALL, "")
@@ -153,7 +153,7 @@ def mkdirindex(filesdir, indexfilename, filesdirheadline):
body1 = 'Back