Bug#503734: shell-fm does not decode " entities

2009-02-15 Thread Jakub Wilk
Package: shell-fm Version: 0.4+svn20071125.r282-1 Followup-For: Bug #503734 Patch attached. -- Jakub Wilk diff --git a/src/http.c b/src/http.c --- a/src/http.c +++ b/src/http.c @@ -258,6 +258,8 @@ "<", "<", ">", ">", " ", " ", + """, "\"", + "'", "\'", }; for(i = 0; i < (sizeof(

Bug#503734: shell-fm does not decode " entities

2008-10-27 Thread Jakub Wilk
Package: shell-fm Version: 0.4+svn20071125.r282-1 Severity: normal I have seen the following line: Artist: ""Weird Al" Yankovic" (http://www.last.fm/music/%22Weird+Al%22+Yankovic) Of course, it should be: Artist: ""Weird Al" Yankovic" (http://www.last.fm/music/%22Weird+Al%22+Yankovic) -