grizzly adams - 2007-11-09

Logged In: YES
user_id=1933823
Originator: NO

A fix to this is to update the showUserBox function in class/Quotes.php:

change the line
$tags["QUOTE"] = $this->_quote;

to read
$tags["QUOTE"] = stripslashes($this->_quote);