Skip to content

Commit

Permalink
Pod::Html: correct line dropped in 13f1ede
Browse files Browse the repository at this point in the history
As noted by @Grinnz in
#19050 (comment).
  • Loading branch information
jkeenan committed Aug 15, 2021
1 parent 34468cc commit 74fb96b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/Pod-Html/lib/Pod/Html.pm
Expand Up @@ -558,6 +558,7 @@ sub set_Title_from_podtree {
}

$self->{Title} //= "";
$self->{Title} = html_escape($self->{Title});
return $self;
}

Expand Down

0 comments on commit 74fb96b

Please sign in to comment.