From f3b2c2ea7ade2ffc68ea94c95844973076f7a2a9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 17 May 2019 17:13:01 +0000 Subject: [PATCH] Add a missing taglib to homePager.jsp The missing taglib is confusing coverity a bit, and I think that it's a good practise to add it anyway. --- airsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp index 72c8c837..32e9d606 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp @@ -1,4 +1,5 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> @@ -76,4 +77,4 @@ " alt="">  -
\ No newline at end of file +