Blugh, missing ;
This commit is contained in:
parent
c790b4f307
commit
1e4a70c808
2
Block.pm
2
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
|
# 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 $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 the text area is empty, deal with the whole default/required malarky
|
||||||
if(!defined($nohtml) || !$nohtml) {
|
if(!defined($nohtml) || !$nohtml) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user