aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-06-18 22:39:53 +0200
committercedricbonhomme <devnull@localhost>2011-06-18 22:39:53 +0200
commit4e9a542cd9352e0b084df254cc27d075785bd8c8 (patch)
tree3e7a8b9f4e0c255295bdb81c516d084c9f46eeae /pyAggr3g470r.py
parentBugfix: Google +1 button. (diff)
downloadnewspipe-4e9a542cd9352e0b084df254cc27d075785bd8c8.tar.gz
newspipe-4e9a542cd9352e0b084df254cc27d075785bd8c8.tar.bz2
newspipe-4e9a542cd9352e0b084df254cc27d075785bd8c8.zip
New link to the feed page.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index cc6a6513..51915d0a 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -447,7 +447,7 @@ class Root:
html += '\n<div style="width: 50%; overflow:hidden; text-align: justify; margin:0 auto">\n'
# Title of the article
- html += """<h1><i>%s</i> from <a href="/articles/%s">%s</a></h1>\n<br />\n""" % \
+ html += """<h1><i>%s</i> from <a href="/feed/%s">%s</a></h1>\n<br />\n""" % \
(article.article_title, feed_id, feed.feed_title)
if article.like == "1":
html += """<a href="/like/0:%s:%s"><img src="/css/img/heart.png" title="I like this article!" /></a>""" % \
bgstack15