summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/help_xml2pm.pl
diff options
context:
space:
mode:
authorStefan Siegel <siegel@linux-mandrake.com>2001-09-16 19:12:38 +0000
committerStefan Siegel <siegel@linux-mandrake.com>2001-09-16 19:12:38 +0000
commit425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774 (patch)
tree5993523df08e1f91fe0ec11ee1788c6e9948057d /perl-install/share/po/help_xml2pm.pl
parent8c7c8f9e1497f80cbe9bbdc1bf0b8552b7dd88cb (diff)
downloaddrakx-backup-do-not-use-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar
drakx-backup-do-not-use-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar.gz
drakx-backup-do-not-use-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar.bz2
drakx-backup-do-not-use-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.tar.xz
drakx-backup-do-not-use-425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774.zip
added "systemitem"
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-rwxr-xr-xperl-install/share/po/help_xml2pm.pl7
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;