# HG changeset patch # User Sascha L. Teichmann # Date 1396534836 -7200 # Node ID d3291e4150a21a83bc600fad0c08fdce0a5496ba # Parent 9238e6fff8dab0c97a7b7bdc52580d948fa536f1 Another br after items in feed. diff -r 9238e6fff8da -r d3291e4150a2 newsfeed.py --- a/newsfeed.py Thu Apr 03 16:11:55 2014 +0200 +++ b/newsfeed.py Thu Apr 03 16:20:36 2014 +0200 @@ -60,11 +60,11 @@ oa('
') actor = item["actor"] #oa("more...") - oa('') + 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"]+'') @@ -72,6 +72,7 @@ date = time.strptime(item["updated"],"%Y-%m-%dT%H:%M:%SZ") oa(time.strftime(" %d.%m.%Y um %H:%M:%S", date)) oa('
') + oa('
') oa("") oa("")