From 5ee5c48b1c9de52251b750aeb7e2422fcb7c2d89 Mon Sep 17 00:00:00 2001 From: PlantUML Date: Mon, 8 Jul 2024 09:57:25 +0200 Subject: [PATCH] Improve error page --- src/main/webapp/error.jsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/error.jsp b/src/main/webapp/error.jsp index 53c9661..c3bd1d1 100644 --- a/src/main/webapp/error.jsp +++ b/src/main/webapp/error.jsp @@ -1,4 +1,5 @@ <%@ page isErrorPage="true" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> @@ -21,9 +22,9 @@