From 08c597a4c5fc154f6fe62031ac285734b54e6b3b Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 9 Oct 2012 08:08:30 +0200 Subject: Added a link to the feed description page in the 'articles' page. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 5f54934b..6934c48d 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -702,7 +702,7 @@ class Root: html += "
\n" html += self.create_list_of_feeds() html += """
""" - html += """

Articles of the feed %s


""" % (feed["feed_title"],) + html += """

Articles of the feed %s


""" % (feed_id, feed["feed_title"]) for article in articles: -- cgit