view needs a different url than download
git-svn-id: http://yolanda.mister-muffin.de/svn@133 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
99e87dbcdf
commit
066eb3d961
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@
|
||||||
>
|
>
|
||||||
<param name="url">
|
<param name="url">
|
||||||
<xsl:attribute name="value">
|
<xsl:attribute name="value">
|
||||||
<xsl:value-of select="rdf:RDF/cc:Work/@rdf:about" />
|
<xsl:value-of select="concat(rdf:RDF/cc:Work/@rdf:about,'&view=true')" />
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
</param>
|
</param>
|
||||||
<param name="seekable" value="true"/>
|
<param name="seekable" value="true"/>
|
||||||
|
|
Loading…
Reference in a new issue