diff --git a/root/usr/bin/mailstats.py b/root/usr/bin/mailstats.py index 92d6c01..f3fbf3b 100644 --- a/root/usr/bin/mailstats.py +++ b/root/usr/bin/mailstats.py @@ -1697,7 +1697,7 @@ if __name__ == "__main__": with open(template_path, 'r') as template_file: template_content = template_file.read() #Use the hello string to create a suitable heading for the web page - html_title = hello_string.replace("Printed at:"," Printed at:") + html_title = hello_string.replace("printed at:"," printed at:") html_title += "" # Create a Chameleon template instance