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?