summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-12-02 16:35:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-02 16:35:04 +0000
commitb2d124e428258350667f59b4f3c8ccc7a652e994 (patch)
treeb14ded7af360ab7c97d15bcd67709d15d7e9bdc0 /lib
parent3ec0728814aeaba716081748626d6940892a1796 (diff)
downloadperl-b2d124e428258350667f59b4f3c8ccc7a652e994.tar.gz
One paste too many in #2345.
p4raw-id: //depot/cfgperl@2436
Diffstat (limited to 'lib')
-rw-r--r--lib/Pod/Html.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm
index 49cadc1f6b..e71afa814b 100644
--- a/lib/Pod/Html.pm
+++ b/lib/Pod/Html.pm
@@ -1553,7 +1553,6 @@ sub finish_list {
#
sub htmlify {
my($compact, $heading) = @_;
- my($compact, $heading) = @_;
if ($compact) {
$heading =~ /^(\w+)/;