Projects like ComRel which have subprojects with members should not appear in this list.
Signed-off-by: Brett A C Sheffield <[email protected]> --- dormant-projects.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dormant-projects.xsl b/dormant-projects.xsl index 1d1304e..e3e49e1 100644 --- a/dormant-projects.xsl +++ b/dormant-projects.xsl @@ -24,7 +24,7 @@ <th>Bugs</th> <th>Description</th> </tr> - <xsl:apply-templates select="projects/project[not(member)]"/> + <xsl:apply-templates select="projects/project[not(member) and not(subproject)]"/> </table> </body> </html> -- 2.52.0
