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 2007/06/13 15:01:15 UTC

svn commit: r546855 - /lenya/trunk/src/modules-core/sitemanagement/usecases/tab/overview.jx

Author: andreas
Date: Wed Jun 13 06:01:15 2007
New Revision: 546855

URL: http://svn.apache.org/viewvc?view=rev&rev=546855
Log:
Don't add context path to image URLs, will be handled by proxy transformer

Modified:
    lenya/trunk/src/modules-core/sitemanagement/usecases/tab/overview.jx

Modified: lenya/trunk/src/modules-core/sitemanagement/usecases/tab/overview.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/sitemanagement/usecases/tab/overview.jx?view=diff&rev=546855&r1=546854&r2=546855
==============================================================================
--- lenya/trunk/src/modules-core/sitemanagement/usecases/tab/overview.jx (original)
+++ lenya/trunk/src/modules-core/sitemanagement/usecases/tab/overview.jx Wed Jun 13 06:01:15 2007
@@ -76,7 +76,7 @@
                     </jx:when>
                     <jx:otherwise>
                       <jx:set var="translation" value="${document.getTranslation(language)}"/>
-                      <a href="${request.contextPath}${translation.getCanonicalWebappURL()}?lenya.usecase=tab.overview">
+                      <a href="${translation.getCanonicalWebappURL()}?lenya.usecase=tab.overview">
                         <jx:out value="${language}"/></a>
                     </jx:otherwise>
                   </jx:choose>



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