Bug 1969 - Illegal bullet character in Default, Default2 and NBMU skins
: Illegal bullet character in Default, Default2 and NBMU skins
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.1.0
: All RedHat Linux
: P5 minor (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-13 05:50 UTC by Nicolas Mizel
Modified: 2008-09-15 14:35 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Mizel 2005-08-13 05:50:37 UTC
'•' should be used instead of '&#147' in the following skins:

./Default2/home.html
./Default2/homeplayer_list.html
./Default/home.html
./Default/homeplayer_list.html
./NBMU/home.html

Character '&#147' doesn't exist in HTML 4 Character entity references 
(http://www.w3.org/TR/REC-html40/sgml/entities.html#h-24.3.1) and therefore is 
silently discarded by libxml2 when using Apache proxy_html_module.

Nicolas
Comment 1 Dan Sully 2005-08-13 09:17:26 UTC
Do you mean 149 and not 147?
Comment 2 Nicolas Mizel 2005-08-13 12:11:22 UTC
Ooops! Yes I ment 149.
Comment 3 Dan Sully 2005-08-14 16:08:45 UTC
Fix checked in as subversion change 3966.