You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/11/24 04:13:26 UTC

svn commit: r883577 - /incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl

Author: tvolkert
Date: Tue Nov 24 03:13:24 2009
New Revision: 883577

URL: http://svn.apache.org/viewvc?rev=883577&view=rev
Log:
Fixed typo in last commit

Modified:
    incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl

Modified: incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl?rev=883577&r1=883576&r2=883577&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl (original)
+++ incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl Tue Nov 24 03:13:24 2009
@@ -68,7 +68,7 @@
                 <security>
                     <all-permissions/>
                 </security>
-            </xml:if>
+            </xsl:if>
 
             &lt;resources&gt;
                 &lt;property name="jnlp.packEnabled" value="true"/&gt;