On 14/09/2007, Rob Church robchur@gmail.com wrote:
On 14/09/2007, Michael Heyder Info@hafenvolleyballer.de wrote:
it's obvious, that the message ist definied. I take a look at the xml.class:
Actually, no, it wasn't - the escaped junk you were receiving is what MediaWiki's message-handing functions return when asked to fetch a message that the message cache is unable to retrieve. You do need to register messages appropriately - see the dozens of extensions in Subversion which do so.
It's outputting the message correctly, it's not outputting junk, it's outputting German ;). The message is a German phrase including <strong> tags>. The problem is simply that those tags are escaped - the solution you gave should fix it.