diff options
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 451cf8d6..bf21f5f1 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -17,7 +17,7 @@ else: this.markup = markup.Markdown() ns.docMaintainer = "Aldo Cortesi" ns.docMaintainerEmail = "aldo@corte.si" -ns.copyright = u"\u00a9 mitmproxy project, 2011" +ns.copyright = u"\u00a9 mitmproxy project, 2012" ns.index = countershape.widgets.SiblingPageIndex('/index.html', divclass="pageindex") @@ -62,7 +62,7 @@ filt_help.extend( ] ) ns.filt_help = filt_help - + pages = [ |