aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/index.py')
-rw-r--r--doc-src/index.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/index.py b/doc-src/index.py
index 0241e2f5..626aaaa1 100644
--- a/doc-src/index.py
+++ b/doc-src/index.py
@@ -8,10 +8,10 @@ from libmproxy import filt
MITMPROXY_SRC = "~/git/public/mitmproxy"
if ns.options.website:
- ns.title = countershape.template.Template(None, "<h1>@!this.title!@ </h1>")
+ ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
this.layout = countershape.Layout("_websitelayout.html")
else:
- ns.title = countershape.template.Template(None, "<h1> @!docTitle!@ - @!this.title!@ </h1>")
+ ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
this.layout = countershape.Layout("_layout.html")
ns.docTitle = "mitmproxy"
this.markup = markup.Markdown()