From 5bdcffc22102e8903486bf571715e9d77df1a0b6 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 14 Dec 2017 11:53:59 -0500 Subject: [PATCH] summary: Filter internal values from menu This really reduces noise, especially with all of the package eligibility classifications. --- src/current/summary.xsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/current/summary.xsl b/src/current/summary.xsl index c9055c1d..3c90ac70 100644 --- a/src/current/summary.xsl +++ b/src/current/summary.xsl @@ -504,6 +504,8 @@ and ( not( @src ) or @src='' ) ) ) + and not( starts-with( @orig-name, '__' ) ) + and not( starts-with( @orig-name, '--' ) ) ]" />