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


The following commit(s) were added to refs/heads/master by this push:
     new 2e142a2  Updated: the main menu to have proper space when displaying 
permission message
2e142a2 is described below

commit 2e142a2c2472af3065782445d32692ec10e6f776
Author: Yash Maheshwari <yashmaheshwari...@gmail.com>
AuthorDate: Thu Jul 8 20:29:03 2021 +0530

    Updated: the main menu to have proper space when displaying permission 
message
---
 app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 f042398..028db65 100644
--- a/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp
+++ b/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp
@@ -72,9 +72,9 @@
             <p><s:property value="#perms.weblog.about" escapeHtml="false" 
/></p>
 
             <p>You have 
-            <s:if test='#perms.hasAction("admin")'>ADMIN</s:if>
-            <s:if test='#perms.hasAction("post")'>AUTHOR</s:if>
-            <s:if test='#perms.hasAction("edit_draft")'>LIMITED</s:if>
+            <s:if test='#perms.hasAction("admin")'>ADMIN </s:if>
+            <s:if test='#perms.hasAction("post")'>AUTHOR </s:if>
+            <s:if test='#perms.hasAction("edit_draft")'>LIMITED </s:if>
             <s:text name='yourWebsites.permission'/></p>
             
             <div class="btn-group" role="group" aria-label="...">

Reply via email to