Merge branch 'master' of /users/www/www/

This commit is contained in:
Michael Spang 2007-12-18 02:48:54 -05:00
commit 6da5375f8a
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
var s1 = new SWFObject("../flash/flvplayer.swf","single","400","300","7");
s1.addParam("allowfullscreen","true");
s1.addVariable("file","<xsl:value-of select="$mirror" /><xsl:value-of select="@file" />");
s1.addVariable("autostart","true");
<xsl:if test="@preview">
s1.addVariable("image","http://csclub.uwaterloo.ca/files/<xsl:value-of select="@preview" />");
</xsl:if>