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 = {};
|
my $inside = {};
|
||||||
|
|
||||||
sub html2text {
|
sub html2text {
|
||||||
my $html = shift . " ";
|
my $html = shift() . " ";
|
||||||
$text = "";
|
$text = "";
|
||||||
$inside = {};
|
$inside = {};
|
||||||
my $tagHandler = sub {
|
my $tagHandler = sub {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue