Docs cleanup.

This commit is contained in:
Chris 2012-03-26 12:56:30 +01:00
parent e18a29c8f3
commit ac3cf59ec5

View File

@ -313,7 +313,7 @@ sub validate_htmlarea {
# Now we get to the actual validation and stuff. Begin by scrubbing any tags
# and other crap we don't want out completely. As far as I can tell, this should
# always result in some kind...
# always generate a result of some kind...
$text = scrub_html($text);
# ... but check, just in case