diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-02-09 14:12:42 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-02-09 14:12:42 +0000 |
commit | a235c266c656158bcc9f578b5a237067f859152b (patch) | |
tree | 5f6b178bfe9e363054e8bb99e6be9090da1f7811 /perl-install/share/po/help_xml2pm.pl | |
parent | cb296a281be343130009d5d2976a394fd8afc1c8 (diff) | |
download | drakx-a235c266c656158bcc9f578b5a237067f859152b.tar drakx-a235c266c656158bcc9f578b5a237067f859152b.tar.gz drakx-a235c266c656158bcc9f578b5a237067f859152b.tar.bz2 drakx-a235c266c656158bcc9f578b5a237067f859152b.tar.xz drakx-a235c266c656158bcc9f578b5a237067f859152b.zip |
merged with the manual help
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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+$//; |