This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch roller-6.0.x in repository https://gitbox.apache.org/repos/asf/roller.git
commit d5d82e7b26cf0d66eb0f0bd8a345f8d7fb4b1fb3 Author: Yash Maheshwari <[email protected]> AuthorDate: Thu Jul 8 20:29:03 2021 +0530 Updated: the main menu to have proper space when displaying permission message (cherry picked from commit 2e142a2c2472af3065782445d32692ec10e6f776) --- 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="...">
