projects
/
dtbartle
/
www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80fc50
)
Actually use pipe instead of comma
author
David Bartley
<dtbartle@csclub.uwaterloo.ca>
Wed, 21 Nov 2007 19:41:05 +0000
(14:41 -0500)
committer
David Bartley
<dtbartle@csclub.uwaterloo.ca>
Wed, 21 Nov 2007 19:41:05 +0000
(14:41 -0500)
xsl/media.xsl
patch
|
blob
|
history
diff --git
a/xsl/media.xsl
b/xsl/media.xsl
index
eee9513
..
bf05500
100644
(file)
--- a/
xsl/media.xsl
+++ b/
xsl/media.xsl
@@
-9,7
+9,7
@@
<xsl:param name="ext" />
<xsl:param name="mirror" />
<a href="{$mirror}{@file}{$ext}"><xsl:value-of select="@type" /></a>
- <xsl:if test="position() != last()">
,
</xsl:if>
+ <xsl:if test="position() != last()">
|
</xsl:if>
</xsl:template>
<xsl:template match="flvfile">