You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2010/07/22 01:00:21 UTC

svn commit: r966456 - /lenya/contributions/2_0_X/modules/javascript/xslt/head.xsl

Author: andreas
Date: Wed Jul 21 23:00:21 2010
New Revision: 966456

URL: http://svn.apache.org/viewvc?rev=966456&view=rev
Log:
Fixed variable name.

Modified:
    lenya/contributions/2_0_X/modules/javascript/xslt/head.xsl

Modified: lenya/contributions/2_0_X/modules/javascript/xslt/head.xsl
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/javascript/xslt/head.xsl?rev=966456&r1=966455&r2=966456&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/javascript/xslt/head.xsl (original)
+++ lenya/contributions/2_0_X/modules/javascript/xslt/head.xsl Wed Jul 21 23:00:21 2010
@@ -18,7 +18,7 @@
               Authoring area:  Lenya.link("/index") -> "http://cms.example.com/mypub/authoring/index"
               Live area:       Lenya.link("/index") -> "http://www.example.com/index"
             */
-            link: function(areaUrl) {
+            link: function(href) {
               return baseUri + href;
             }
             



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org