diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index a0ce81e3d..c65d6d601 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -96,7 +96,7 @@ from gen.lib.eventroletype import EventRoleType # #------------------------------------------------------------------------ _INCLUDE_LIVING_VALUE = 99 # Arbitrary number -_NARRATIVE = "narrative.css" +_NARRATIVESCREEN = "narrative-screen.css" _NARRATIVEPRINT = "narrative-print.css" _NAME_COL = 3 @@ -271,8 +271,9 @@ class BasePage: self.linkhome = options['linkhome'] self.use_gallery = options['gallery'] - def display_footer(self, of): - of.write('\n\n') # Terminate div_content + def write_footer(self, of): + + of.write('\n') # Terminate div_content of.write('
\n\n') + of.write('\t\t\n') + of.write('\n') of.write('