From 425c0ea4e94fa0ecabd6a6829fdbb8c9bef52774 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Sun, 16 Sep 2001 19:12:38 +0000 Subject: added "systemitem" --- perl-install/share/po/help_xml2pm.pl | 7 ++++--- 1 file 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; -- cgit v1.2.1