diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index cf065745e..935379080 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -26,6 +26,15 @@ Narrative Web Page generator. """ +#------------------------------------------------------------------------ +# +# Suggested pylint usage: +# --max-line-length=100 Yes, I know PEP8 suggest 80, but this has longer lines +# --argument-rgx='[a-z_][a-z0-9_]{1,30}$' Several identifiers are two characters +# --variable-rgx='[a-z_][a-z0-9_]{1,30}$' Several identifiers are two characters +# +#------------------------------------------------------------------------ + #------------------------------------------------------------------------ # # python modules @@ -344,7 +353,8 @@ class BasePage: return md5.new(text).hexdigest() def display_footer(self, of): - of.write('\n\n') + of.write('\n\n') # Terminate div_content + of.write('
\n') + if self.copyright == 0: of.write('\t') @@ -373,6 +384,7 @@ class BasePage: text = text.replace('#PATH#', '') of.write(text) of.write('