Closed acjordan2 closed 11 years ago
Bug has to do with the parse function in www/includes/Parse.class.php
These two lines cause the bug.
$quote->parentNode->replaceChild($divnode, $quote); $spoiler->parentNode->replaceChild($spannode, $spoiler);
fixed with 2753de06feac9d89242c1779e01b84ecc2912b2d
Bug has to do with the parse function in www/includes/Parse.class.php
These two lines cause the bug.