Update of /var/cvs/applications/richtext/config/xslt
In directory james.mmbase.org:/tmp/cvs-serv14890

Modified Files:
        2xhtml.xslt 
Log Message:
lets not default loop


See also: http://cvs.mmbase.org/viewcvs/applications/richtext/config/xslt


Index: 2xhtml.xslt
===================================================================
RCS file: /var/cvs/applications/richtext/config/xslt/2xhtml.xslt,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- 2xhtml.xslt 17 Oct 2008 14:12:06 -0000      1.32
+++ 2xhtml.xslt 22 Oct 2008 13:07:10 -0000      1.33
@@ -3,7 +3,7 @@
   org.mmbase.bridge.util.Generator, and the XSL is invoked by FormatterTag.
 
   @author:  Michiel Meeuwissen
-  @version: $Id: 2xhtml.xslt,v 1.32 2008/10/17 14:12:06 michiel Exp $
+  @version: $Id: 2xhtml.xslt,v 1.33 2008/10/22 13:07:10 michiel Exp $
   @since:   MMBase-1.6
 -->
 <xsl:stylesheet
@@ -401,6 +401,8 @@
       <param name="movie">
         <xsl:attribute name="value"><xsl:apply-templates select="." mode="url" 
/></xsl:attribute>
       </param>
+      <!-- lets default not loop for now -->
+      <param name="loop" value="false" />
     </object>
     <xsl:if test="$position != $last">,</xsl:if>
   </xsl:template>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to