[PATCH] One break less inside new items

Wald Commits scm-commit at wald.intevation.org
Thu Apr 3 16:43:40 CEST 2014


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1396536206 -7200
# Node ID e209a6446e8871905976a8010eeaa7850d9de450
# Parent  6fdb28c3872c58965653481109004a4a9b5a47b3
One break less inside new items.

diff -r 6fdb28c3872c -r e209a6446e88 newsfeed.py
--- a/newsfeed.py	Thu Apr 03 16:40:54 2014 +0200
+++ b/newsfeed.py	Thu Apr 03 16:43:26 2014 +0200
@@ -57,7 +57,6 @@
     else:
         oa(content)
 
-    oa('<br>')
     actor = item["actor"]
     oa('<div style="font-size:smaller">')
     oa('<a href="%s">%s</a>' % (actor["url"], actor["displayName"]+'</a>'))


More information about the Dive4Elements-commits mailing list