At least these tags work now. Yay!
But heh, strange glitch indeed. I've no idea what could cause it... In any case it shows up empty when I click Quote, like it should.
EDIT: I found something interesting
http://parasait.heliohost.org/arraytest.phpWell, that does not say much ofcourse, but if you know that this is the source code:
<?php
$lol = array("fregreg");
print $lol;
?>
So perhaps empty spoiler tags cause a wrong array reference or something?