changeset 137 | 3bce0c320e80 |
parent 132 | 0ae1b281a884 |
child 142 | ca9118d9c0f2 |
--- 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