# HG changeset patch # User Sascha L. Teichmann # Date 1396534095 -7200 # Node ID f00a8a8d922512046dec6de01a51db68771311e1 # Parent c1c0f073b4e28f1602215264cbcb6370611ef0c6 Added extra break in newfeed after the author of an entry. diff -r c1c0f073b4e2 -r f00a8a8d9225 newsfeed.py --- 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(''+actor["displayName"]+'') #oa(item["content"]) if verb == "share": - oa(' via '+item["object"]["author"]["displayName"]+'') + oa(' via '+item["object"]["author"]["displayName"]+'
') #if verb == "share": # oa(' via '+item["object"]["author"]["displayName"]+'')