From 72368be54e0be373a297fedec96ef70a90b80908 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 20 Nov 2022 00:04:15 -0800 Subject: [PATCH] Fix loading error. --- wise-webapp/src/main/webapp/jsp/reactInclude.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp index c5ab389f..756d7c10 100644 --- a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp +++ b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp @@ -1,3 +1,4 @@ +<%@ taglib uri = "http://java.sun.com/jsp/jstl/functions" prefix = "fn" %> <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>