diff -r f2ee42f026f7 -r 3bce0c320e80 includes/functions.php --- a/includes/functions.php Tue Sep 18 17:03:03 2007 -0400 +++ b/includes/functions.php Tue Sep 18 17:27:55 2007 -0400 @@ -2833,7 +2833,7 @@ } // Which tags to strip - you can change this if needed - $strip_tags = Array('pre', 'script', 'style', 'enano:no-opt'); + $strip_tags = Array('pre', 'script', 'style', 'enano:no-opt', 'textarea'); $strip_tags = implode('|', $strip_tags); // Strip out the tags and replace with placeholders