Author: andre
Date: 2009-09-14 15:19:20 +0200 (Mon, 14 Sep 2009)
New Revision: 38601
Modified:
openimages/trunk/src/main/webapp/index.jspx
Log:
main article should also be in a li
Modified: openimages/trunk/src/main/webapp/index.jspx
===================================================================
--- openimages/trunk/src/main/webapp/index.jspx 2009-09-14 13:04:15 UTC (rev
38600)
+++ openimages/trunk/src/main/webapp/index.jspx 2009-09-14 13:19:20 UTC (rev
38601)
@@ -144,12 +144,14 @@
<xsl:for-each select="item">
<xsl:if test="position() lt $max">
<xsl:variable name="rssdate" select="pubDate" />
- <h4><a href="{link}"><xsl:value-of
select="title" /></a></h4>
- <p><xsl:value-of
select="oip:reformatDate($rssdate,$format,$newformat)" /></p>
- <p>
- <xsl:value-of select="description" />
- <br /><a href="{link}"><fmt:message
key="service.readmore" /> »</a>
- </p>
+ <li>
+ <h4><a href="{link}"><xsl:value-of
select="title" /></a></h4>
+ <p><xsl:value-of
select="oip:reformatDate($rssdate,$format,$newformat)" /></p>
+ <p>
+ <xsl:value-of select="description" />
+ <br /><a href="{link}"><fmt:message
key="service.readmore" /> »</a>
+ </p>
+ </li>
</xsl:if>
</xsl:for-each>
</xsl:template>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs