[grisbi-cvs] grisbi-web/news rss.xsl,1.1,1.2

NIEL GĂ©rald gegeweb at users.sourceforge.net
Sun May 30 18:53:47 CEST 2010


Update of /cvsroot/grisbi/grisbi-web/news
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14536/news

Modified Files:
	rss.xsl 
Log Message:

xsl corrction for ulink

Index: rss.xsl
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/news/rss.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rss.xsl	8 Nov 2009 15:18:39 -0000	1.1
+++ rss.xsl	30 May 2010 16:53:45 -0000	1.2
@@ -76,7 +76,7 @@
 	<xsl:apply-templates/>
 </xsl:template>
 <xsl:template match="ulink">
-	<xsl:apply-templates/> (<xsl:value-of select="../@url"/>)
+	<a href="{./@url}"><xsl:apply-templates/></a>
 </xsl:template>
 <xsl:template match="cmd">
 	<xsl:apply-templates/>



More information about the cvs mailing list