From 1e4a70c8083724216b19e5e77aa240af7bcf9946 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 1 Aug 2012 13:15:10 +0100 Subject: [PATCH] Blugh, missing ; --- Block.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block.pm b/Block.pm index e6989f1..c64067d 100644 --- a/Block.pm +++ b/Block.pm @@ -289,7 +289,7 @@ sub validate_htmlarea { # Get a copy of the input with no tags at all so that it can be checked for length my $scrubber = HTML::Scrubber -> new(); - my $nohtml = $scrubber -> scrub($text) + my $nohtml = $scrubber -> scrub($text); # If the text area is empty, deal with the whole default/required malarky if(!defined($nohtml) || !$nohtml) {