HTML feed name in feeds list not expanded
Bug #1536382 reported by
Adrien Plazas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FeedReader |
Fix Released
|
Low
|
JeanLuc |
Bug Description
In the column containing the list of feeds, I can see "&" where a "&" should be: in the screenshot "Pepper&Carrot" should be "Pepper&Carrot".
I am running 1.4.2 from Fedora 23 repos.
Related branches
Changed in feedreader: | |
status: | New → Fix Committed |
importance: | Undecided → Low |
assignee: | nobody → JeanLuc (eviltwin1) |
Changed in feedreader: | |
milestone: | none → 1.6-beta |
Changed in feedreader: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Should be fixed with rev 744 if you use the unstable ppa. Otherwise you have to wait for FeedReader 1.6 ;) "&","& ");" in the code. No idea why.
For some reason there was a "text.replace(
Removing this alone fixes the issue. But I also now use libVilistextum to fix the feed-title-string should FeedReader ever receive a "&" from the backend-server. Also had to fix a crasher in libVilistextum that happens if you pass a string with no space.
So thx for you report. Made me discover a possible crasher bug ;)