Chaosforge Forum

General => Forum => Topic started by: ZZ on December 12, 2009, 13:40

Title: Spoiler Strange Thing
Post by: ZZ on December 12, 2009, 13:40
Spoiler (click to show/hide)
Strange, that was an empty spoiler tags. What that Array means?
And at any case, array of what?
The code
Code: [Select]
[spoiler]
[/spoiler]
Title: Re: Spoiler Strange Thing
Post by: ParaSait on December 12, 2009, 16:14
Spoiler (click to show/hide)
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.php
Well, 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?