changeset 135:f00a8a8d9225

Added extra break in newfeed after the author of an entry.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 03 Apr 2014 16:08:15 +0200
parents c1c0f073b4e2
children 9238e6fff8da
files newsfeed.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/newsfeed.py	Thu Apr 03 14:13:26 2014 +0200
+++ b/newsfeed.py	Thu Apr 03 16:08:15 2014 +0200
@@ -64,7 +64,7 @@
     oa('<a href="'+actor["url"]+'">'+actor["displayName"]+'</a>')
     #oa(item["content"])
     if verb == "share":
-        oa(' via <a href="'+item["object"]["url"]+'">'+item["object"]["author"]["displayName"]+'</a>')
+        oa(' via <a href="'+item["object"]["url"]+'">'+item["object"]["author"]["displayName"]+'</a><br/>')
     #if verb == "share":
     #   oa(' via <a href="'+item["object"]["author"]["url"]+'">'+item["object"]["author"]["displayName"]+'</a>')
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)