Bug 211937

Summary: title parsing wrong from code.google.com/feeds
Product: [Applications] akregator Reporter: simon
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: osterfeld
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description simon 2009-10-26 14:47:48 UTC
Version:           1.4.50 (using 4.3.72 (KDE 4.3.72 (KDE 4.4 >= 20091015)), Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.30-rc6-git3

hi

the title is displayed like this:

<a class="ot-issue-link" href="http://code.google.com/p/bangarangissuetracking/issues/detail?id=11#c5">issue 11</a> ("loading" entry can be added to playlist) Status changed by <a class="ot-profile-link-2" href="http://code.google.com/u/jamboarder/">jamboarder</a>

from http://code.google.com//feeds/p/bangarangissuetracking/updates/basic

where the html tags should be stripped from the title.
Comment 1 Frank Osterfeld 2010-02-06 21:47:56 UTC
For some reason, the HTML in the title is interpreted as plain text...
Comment 2 Frank Osterfeld 2010-02-06 21:53:31 UTC
..actually not, it seems to happen later in the game.
Comment 3 Frank Osterfeld 2010-02-06 22:31:05 UTC
SVN commit 1086321 by osterfeld:

strip HTML in titles, don't escape it.
BUG:211937

 M  +12 -9     articleformatter.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1086321
Comment 4 Frank Osterfeld 2010-02-07 13:03:02 UTC
SVN commit 1086454 by osterfeld:

forwardport

SVN commit 1086321 by osterfeld:

strip HTML in titles, don't escape it.
BUG:211937

 M  +12 -9     articleformatter.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1086454