xsl/portal2items: skip Intern: wiki items

This commit is contained in:
Astro 2013-11-13 14:24:22 +01:00
parent f1afa8b349
commit 9fa670ca6d
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@
<xsl:template match="atom:entry" mode="wiki">
<xsl:variable name="title" select="atom:title"/>
<!-- Don't repeat any titles -->
<xsl:if test="not(preceding-sibling::atom:entry/atom:title = $title)">
<xsl:if test="not(preceding-sibling::atom:entry/atom:title = $title or
starts-with(atom:title, 'Intern:'))">
<item date="{atom:updated}" class="wiki">
<header>C3D2 Wiki</header>
<footer>