Skip to content

Commit

Permalink
fixed repo variable in xslt
Browse files Browse the repository at this point in the history
darcs-hash:20080617002851-3f8d4-fe3ab3ebdbbf5b1a8159a622e8cb7f5d8a69acde.gz
  • Loading branch information
aycan.irican committed Jun 17, 2008
1 parent dfad8fe commit be4c3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/rss.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:str="http://exslt.org/strings">

<xsl:variable name="repo" select="/darcs/@repository"/>
<xsl:variable name="repo" select="core-server"/>
<xsl:variable name="cgi-url">http://labs.core.gen.tr/cgi-bin/darcs.cgi</xsl:variable>
<xsl:variable name="command">
<xsl:value-of select="$cgi-url"/>/<xsl:value-of select="/darcs/@target"/>
Expand Down

0 comments on commit be4c3e4

Please sign in to comment.