summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/help_xml2pm.pl
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-02-09 14:12:42 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-02-09 14:12:42 +0000
commita235c266c656158bcc9f578b5a237067f859152b (patch)
tree5f6b178bfe9e363054e8bb99e6be9090da1f7811 /perl-install/share/po/help_xml2pm.pl
parentcb296a281be343130009d5d2976a394fd8afc1c8 (diff)
downloaddrakx-backup-do-not-use-a235c266c656158bcc9f578b5a237067f859152b.tar
drakx-backup-do-not-use-a235c266c656158bcc9f578b5a237067f859152b.tar.gz
drakx-backup-do-not-use-a235c266c656158bcc9f578b5a237067f859152b.tar.bz2
drakx-backup-do-not-use-a235c266c656158bcc9f578b5a237067f859152b.tar.xz
drakx-backup-do-not-use-a235c266c656158bcc9f578b5a237067f859152b.zip
merged with the manual help
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-rwxr-xr-xperl-install/share/po/help_xml2pm.pl2
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+$//;