From 4ffc01a6304102929dc9654fa45816835092a7d5 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 12 Oct 2012 07:53:02 +0200 Subject: HTML5 doctype. You have now to be logged to acces to your pyAggr3g470r instance. Usefull if it is hosted on Amazon EC2 for example. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/pyAggr3g470r.py') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 58737890..89c73136 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -82,7 +82,7 @@ def htmlheader(nb_unread_articles=""): Return the header of the HTML page with the number of unread articles in the 'title' HTML tag.. """ - return '\n' + \ + return '\n' + \ '' + \ '\n\t'+ nb_unread_articles +'pyAggr3g470r - News aggregator\n' + \ '\t' + \ -- cgit