diff options
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; |