You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mb...@apache.org on 2021/08/08 21:20:55 UTC

[roller] 01/02: add space between text and link.

This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git

commit 6038648c6ef76e64d3887cc4b5a8b6c2574cc3ab
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Mon Jun 28 04:54:49 2021 +0200

    add space between text and link.
---
 app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp b/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp
index 028db65..d81dce0 100644
--- a/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp
+++ b/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp
@@ -20,7 +20,9 @@
 <%-- PROMPT: Welcome... you have no blog --%>
 <s:if test="existingPermissions.isEmpty && pendingPermissions.isEmpty"> 
     <p><s:text name="yourWebsites.prompt.noBlog" />
-    <a id="createWeblogLink" href="<s:url action="createWeblog"/>"><s:text name="yourWebsites.createOne" /></a></p>
+    <a id="createWeblogLink" href="<s:url action="createWeblog"/>">
+        <s:text name="yourWebsites.createOne" />
+    </a></p>
 </s:if>    
 
 <%-- PROMPT: You have invitation(s) --%>