Last modified: 2010-05-15 15:37:41 UTC
When the number format contains none breaking spaces (or other special characers) the ampersand is converted to an HTML entity by the toHTML function in the ImageGallery class.
LanguageSv.php contains a bogus $digitTransTable. The number format should only contain literal characters, not HTML-encoded character references. (For a non-breaking space, hex-escaping the UTF-8 bytes in the string literal might be wise though.)
FIXED the issue in HEAD in LanguageCs.php, LanguageFr.php, LanguageFur.php, LanguagePl.php and LanguageSv.php.