You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2011/01/13 18:34:31 UTC

svn commit: r1058680 - /pivot/site/trunk/xsl/html.xsl

Author: gbrown
Date: Thu Jan 13 17:34:31 2011
New Revision: 1058680

URL: http://svn.apache.org/viewvc?rev=1058680&view=rev
Log:
Fix issue in generating tutorial web pages.

Modified:
    pivot/site/trunk/xsl/html.xsl

Modified: pivot/site/trunk/xsl/html.xsl
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/html.xsl?rev=1058680&r1=1058679&r2=1058680&view=diff
==============================================================================
--- pivot/site/trunk/xsl/html.xsl (original)
+++ pivot/site/trunk/xsl/html.xsl Thu Jan 13 17:34:31 2011
@@ -235,17 +235,18 @@ limitations under the License.
                 <xsl:text><![CDATA[");
                 ]]></xsl:text>
             </xsl:for-each>
-            attributes.archive = libraries.join(",");
 
             <xsl:choose>
                 <xsl:when test='$signed'>
-                    libraries.push("lib/svgSalamander-tiny.signed.jar");
+                    libraries.push("/lib/svgSalamander-tiny.signed.jar");
                 </xsl:when>
                 <xsl:otherwise>
-                    libraries.push("lib/svgSalamander-tiny.jar");
+                    libraries.push("/lib/svgSalamander-tiny.jar");
                 </xsl:otherwise>
             </xsl:choose>
 
+            attributes.archive = libraries.join(",");
+
             <!-- Base parameters -->
             var parameters = {
                 codebase_lookup:false,