From kde-commits Thu Jan 28 19:39:18 2010 From: Frank Osterfeld Date: Thu, 28 Jan 2010 19:39:18 +0000 To: kde-commits Subject: KDE/kdepim/akregator/src Message-Id: <1264707558.435497.17821.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126470756420623 SVN commit 1081572 by osterfeld: forwardport SVN commit 1081571 by osterfeld: Don't eat first linebreak in an RSS entry. Patch from Igor Poboiko BUG:144420 M +2 -1 articleformatter.cpp --- trunk/KDE/kdepim/akregator/src/articleformatter.cpp #1081571:1081572 @@ -334,7 +334,8 @@ // these rules make sure that there is no leading space between the header and the first of the text ".content > P:first-child {\n margin-top: 1px; }\n" ".content > DIV:first-child {\n margin-top: 1px; }\n" - ".content > BR:first-child {\n display: none; }\n" + // Do we really need that? See bug #144420 +// ".content > BR:first-child {\n display: none; }\n" //".contentlink {\n display: block; }\n" "}\n\n" // @media screen, print // Why did we need that, bug #108187?