From 86682ca7d81aa80d1650e9f5208236e0fba017e1 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 6 Aug 2023 20:02:30 -0700 Subject: [PATCH] Fix base closing tag. --- .../src/main/webapp/WEB-INF/views/mindmapEditor.jsp | 4 +--- .../src/main/webapp/WEB-INF/views/mindmapViewonly.jsp | 2 +- .../src/main/webapp/WEB-INF/views/reactInclude.jsp | 8 +++++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/views/mindmapEditor.jsp b/wise-webapp/src/main/webapp/WEB-INF/views/mindmapEditor.jsp index e3478e1d..561faa93 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/views/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/WEB-INF/views/mindmapEditor.jsp @@ -1,5 +1,3 @@ -<%@ page import="com.wisemapping.security.Utils" %> -<%@ page import="com.wisemapping.model.User" %> <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <%@ include file="init.jsp" %> @@ -11,9 +9,9 @@ + - <%@ include file="pageHeaders.jsf" %> diff --git a/wise-webapp/src/main/webapp/WEB-INF/views/mindmapViewonly.jsp b/wise-webapp/src/main/webapp/WEB-INF/views/mindmapViewonly.jsp index b4fdc6ab..63f3b91c 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/views/mindmapViewonly.jsp +++ b/wise-webapp/src/main/webapp/WEB-INF/views/mindmapViewonly.jsp @@ -7,9 +7,9 @@ + - diff --git a/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp b/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp index 420142bc..f091e3b5 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp +++ b/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp @@ -1,12 +1,13 @@ -<%@ taglib uri = "jakarta.tags.functions" prefix = "fn" %> <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +<%@taglib uri="jakarta.tags.functions" prefix="fn" %> +<%@taglib uri="jakarta.tags.core" prefix="c"%> + - <%@ include file="pageHeaders.jsf" %> @@ -47,7 +48,8 @@
- +