Attempt to fix news listing without newsletters.

svn path=/trunk/; revision=6170
Este commit está contenido en:
Reinhard Müller 2006-03-10 20:42:32 +00:00
padre 8950e02c73
commit 0e52f1c538
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -18,7 +18,7 @@
<!-- Show news except those in the future, but no newsletters -->
<xsl:for-each select="/html/set/news
[translate (@date, '-', '') &lt;= translate ($today, '-', '') and
@type != 'newsletter']">
not (@type = 'newsletter')]">
<xsl:sort select="@date" order="descending" />
<!-- This is a news entry -->