From a235c266c656158bcc9f578b5a237067f859152b Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 9 Feb 2002 14:12:42 +0000 Subject: merged with the manual help --- perl-install/share/po/help_xml2pm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/po/help_xml2pm.pl') diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index acef76d19..3a4793bff 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -140,7 +140,7 @@ sub rewrite2_ { }; if (0) { - } elsif (member($tree->{tag}, 'para', 'itemizedlist', 'orderedlist')) { + } elsif (member($tree->{tag}, 'formalpara', 'para', 'itemizedlist', 'orderedlist')) { $text =~ s/^\s(?!\s)//; $text =~ s/^( ?\n)+//; $text =~ s/\s+$//; -- cgit v1.2.1