summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/help_xml2pm.pl
diff options
context:
space:
mode:
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;