lukewarmmizer
Member
Posted 1 year ago #
A bit of a pet peeve, but the XML in map_data.xml is raising an error due to the encoding of CuraƧao. On line 52 of this file it is:
<area title='Curaçao: 0' mc_name='CW'></area>
If the character code is used instead it does not generate an error:
<area title='Curaçao: 0' mc_name='CW'></area>
http://wordpress.org/extend/plugins/wp-slimstat/
lukewarmmizer
Member
Posted 1 year ago #
One more try with a space in the encoding:
<area title='Cura& #231;ao: 0' mc_name='CW'></area>
Thank you for your feedback, I'll change that in the next release :) Just out of curiosity, where do you see the error?
Camu
PS: a vote for my plugin would be a nice way to say thank you!
lukewarmmizer
Member
Posted 1 year ago #
Thanks! I noticed it because Eclipse was showing an error in its XML parser.
+1 slimstat :)