diff options
-rw-r--r-- | pyAggr3g470r.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 49d99e0b..ed8e86f7 100644 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -325,6 +325,9 @@ class Root: rel="noreferrer" target="_blank">\n <img src="/css/img/blogmarks.png" title="Share on Blogmarks" /></a>""" % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) + break + else: + continue html += "<hr />\n" + htmlfooter return html |