diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-19 19:47:19 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-19 19:47:19 +1300 |
commit | 5015b1dfb2df3dee6444e0d5eea7525bdf0c735a (patch) | |
tree | 5439a2520c847aa2611822905cb2dcb9fc0d7f7a /doc-src/index.py | |
parent | 93373efc8cbb95a40e6b4541a72be25e2bfbad4a (diff) | |
download | mitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.tar.gz mitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.tar.bz2 mitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.zip |
Docs - refinement and styling.
Diffstat (limited to 'doc-src/index.py')
-rw-r--r-- | doc-src/index.py | 4 |
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() |