summary: Filter internal values from menu

This really reduces noise, especially with all of the package eligibility
classifications.
master
Mike Gerwitz 2017-12-14 11:53:59 -05:00
parent 43190ef6af
commit 5bdcffc221
1 changed files with 2 additions and 0 deletions

View File

@ -504,6 +504,8 @@
and ( not( @src ) or @src='' )
)
)
and not( starts-with( @orig-name, '__' ) )
and not( starts-with( @orig-name, '--' ) )
]" />
</xsl:template>