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.
master
jvoisin 6 years ago committed by GitHub
parent 3cfe2b31a1
commit f3b2c2ea7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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" %>
<table>
<tr>
<c:if test="${not empty model.musicFolder}">

Loading…
Cancel
Save