src/main/webapp/WEB-INF/dynamic_fragments/users.jsp

changeset 72
0646c14e36fb
parent 59
c759c60507a2
--- a/src/main/webapp/WEB-INF/dynamic_fragments/users.jsp	Fri May 22 16:21:31 2020 +0200
+++ b/src/main/webapp/WEB-INF/dynamic_fragments/users.jsp	Fri May 22 16:21:59 2020 +0200
@@ -35,12 +35,12 @@
 
 <c:if test="${empty users}">
     <div class="info-box">
-        <fmt:message key="no-users" />
+        <fmt:message key="no-users"/>
     </div>
 </c:if>
 
 <div id="tool-area">
-    <a href="./${moduleInfo.modulePath}/edit" class="button"><fmt:message key="button.create" /></a>
+    <a href="./${moduleInfo.modulePath}/edit" class="button"><fmt:message key="button.create"/></a>
 </div>
 
 <c:if test="${not empty users}">

mercurial