diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-09-16 19:12:38 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-09-16 19:12:38 +0000 |
commit | 425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774 (patch) | |
tree | 5993523df08e1f91fe0ec11ee1788c6e9948057d /perl-install/share | |
parent | 8c7c8f9e1497f80cbe9bbdc1bf0b8552b7dd88cb (diff) | |
download | drakx-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar drakx-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar.gz drakx-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar.bz2 drakx-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar.xz drakx-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.zip |
added "systemitem"
Diffstat (limited to 'perl-install/share')
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index b2fff6782..93ad52f75 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -159,9 +159,10 @@ sub rewrite2_ { "\n$text\n"; } elsif (member($tree->{tag}, - 'emphasis', 'acronym', 'ulink', 'tip', 'note', - 'primary', 'indexterm', 'application', 'keycombo', - 'superscript', 'xref', + 'acronym', 'application', 'emphasis', 'indexterm', + 'keycombo', 'note', 'primary', + 'superscript', 'systemitem', + 'tip', 'ulink', 'xref' )) { # ignored tags $text; |