You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/07/26 02:21:40 UTC

svn commit: r425564 - /incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/bannerStatus.jsp

Author: agilliland
Date: Tue Jul 25 17:21:39 2006
New Revision: 425564

URL: http://svn.apache.org/viewvc?rev=425564&view=rev
Log:
construct weblog url the new way.


Modified:
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/bannerStatus.jsp

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/bannerStatus.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/bannerStatus.jsp?rev=425564&r1=425563&r2=425564&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/bannerStatus.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/bannerStatus.jsp Tue Jul 25 17:21:39 2006
@@ -48,7 +48,7 @@
         
         <c:if test="${!empty model.website}" >
            - <fmt:message key="mainPage.currentWebsite" />
-           <b><a href='<c:out value="${model.baseURL}" />/<c:out value="${model.website.handle}" />'>
+           <b><a href='<c:out value="${model.website.URL}" />'>
                <c:out value="${model.website.handle}" />
            </a></b>