[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.2/kdepim/akregator/src
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-05-14 17:25:02
Message-ID: 1242321902.090779.2395.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 967995 by osterfeld:

remove HTML from feed titles, as they are user-editable and there is no good reason \
to allow HTML in there anyway. Fixes unresolved entities in feed titles

BUG:192637


 M  +1 -1      feed.cpp  


--- branches/KDE/4.2/kdepim/akregator/src/feed.cpp #967994:967995
@@ -668,7 +668,7 @@
     }
 
     if (title().isEmpty())
-        setTitle( doc->title() );
+        setTitle( Syndication::htmlToPlainText( doc->title() ) );
 
     d->description = doc->description();
     d->htmlUrl = doc->link();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic