Fix a syntax warning re shift.
This commit is contained in:
parent
f438caffd8
commit
4f5a010faa
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ my $text = "";
|
|||
my $inside = {};
|
||||
|
||||
sub html2text {
|
||||
my $html = shift . " ";
|
||||
my $html = shift() . " ";
|
||||
$text = "";
|
||||
$inside = {};
|
||||
my $tagHandler = sub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue