summary: Filter internal values from menu
This really reduces noise, especially with all of the package eligibility classifications.master
parent
43190ef6af
commit
5bdcffc221
|
@ -504,6 +504,8 @@
|
|||
and ( not( @src ) or @src='' )
|
||||
)
|
||||
)
|
||||
and not( starts-with( @orig-name, '__' ) )
|
||||
and not( starts-with( @orig-name, '--' ) )
|
||||
]" />
|
||||
</xsl:template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue