Version: 1.2.50 (using 4.1.1 (KDE 4.1.0 (4.1 >= 20080722)) "release 26.3", KDE:KDE4:Factory:Desktop / openSUSE_11.0) Compiler: gcc OS: Linux (i686) release 2.6.25.11-0.1-pae If a RSS feed contains entity-encoded HTML without CDATA tag, these entries decodes into respectively special symbols, but not HTML. For example, <description><b>this is bold</b></description> should result a bold text, but akregator show this string as <b>this is bold</b>. Example of the RSS feed: http://www.linux.org.ru/section-rss.jsp?section=1
*** Bug 168738 has been marked as a duplicate of this bug. ***
*** Bug 169374 has been marked as a duplicate of this bug. ***
SVN commit 871840 by osterfeld: add another HTML detection testcase CCBUG:168864 A linux_org_ru.xml A linux_org_ru.xml.expected WebSVN link: http://websvn.kde.org/?view=rev&revision=871840
SVN commit 873588 by osterfeld: Don't require the number of "<" match the number of ">" (">" can occurr unescaped) Works both with the test suite and my personal feeds BUG:172845 BUG:170318 BUG:168864 M +8 -6 tools.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=873588
SVN commit 873590 by osterfeld: backport: don't require < count match > count to consider string as HTML CCBUG:172845 CCBUG:170318 CCBUG:168864 M +8 -6 tools.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=873590