diff --git a/src/var/lib/tyto/program/html.py b/src/var/lib/tyto/program/html.py index fe05a27..0ccfb17 100644 --- a/src/var/lib/tyto/program/html.py +++ b/src/var/lib/tyto/program/html.py @@ -54,7 +54,6 @@ def translations(): # Change date format for FR if fl == 0: fr_date = post_date.rsplit('-') - print(">>>>", fr_date) post_date = fr_date[2] + '/' + fr_date[1] + '/' + fr_date[0] #========================# @@ -77,7 +76,7 @@ def html_main_page(wip_html): logo = '/template/%s'%domain.domain_logo f_css = '/template/styles.css' f_rss = '/rss.xml' - i_rss = 'RSS 2.0, %s %s %s'%( + i_rss = 'RSS 2.0. %s %s %s'%( domain.domain_title, domain.sep_titles, domain.domain_name ) @@ -234,9 +233,9 @@ def html_main_page(wip_html): '