I am, apparently, a complete dumbass.

This commit is contained in:
Chris 2013-08-09 14:04:17 +01:00
parent fc3aeda61c
commit bad7be85c9

View File

@ -931,7 +931,7 @@ sub html_strip {
$text .= $token -> as_is(); $text .= $token -> as_is();
} }
return $html; return $text;
} }