From bf520208767befc333ca34aed5643091351cf0e3 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 19 May 2011 10:35:41 -0500 Subject: [PATCH] Bump html output title size back up to h1. --- fanficdownloader/writers/writer_html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fanficdownloader/writers/writer_html.py b/fanficdownloader/writers/writer_html.py index 3b7ac36b..758385fd 100644 --- a/fanficdownloader/writers/writer_html.py +++ b/fanficdownloader/writers/writer_html.py @@ -55,7 +55,7 @@ class HTMLWriter(BaseStoryWriter): -

${title} by ${author}

+

${title} by ${author}

''') self.HTML_TITLE_PAGE_START = string.Template(''' @@ -71,7 +71,7 @@ class HTMLWriter(BaseStoryWriter): ''') self.HTML_TOC_PAGE_START = string.Template(''' -

Table of Contents

+

Table of Contents

''')