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:26:03 UTC

svn commit: r425565 - /incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/YourWebsites.jsp

Author: agilliland
Date: Tue Jul 25 17:26:03 2006
New Revision: 425565

URL: http://svn.apache.org/viewvc?rev=425565&view=rev
Log:
form urls the new way.


Modified:
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/YourWebsites.jsp

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/YourWebsites.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/YourWebsites.jsp?rev=425565&r1=425564&r2=425565&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/YourWebsites.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/YourWebsites.jsp Tue Jul 25 17:26:03 2006
@@ -78,8 +78,8 @@
                    <table cellpadding="0" cellspacing="0">
                        <tr>
                            <td class="mm_subtable_label"><fmt:message key='yourWebsites.weblog' /></td>
-                           <td><a href='<c:out value="${model.baseURL}" />/<c:out value="${perms.website.handle}" />'>
-                               <c:out value="${model.baseURL}" />/<c:out value="${perms.website.handle}" />
+                           <td><a href='<c:out value="${perms.website.URL}" />'>
+                               <c:out value="${perms.website.absoluteURL}" />
                            </a></td>                          
                        </tr>
                        <tr>