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 5 years ago committed by GitHub
parent 3cfe2b31a1
commit f3b2c2ea7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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}">
@ -76,4 +77,4 @@
<a href="javascript:playShuffle()"><img src="<spring:theme code="shuffleImage"/>" alt="">&nbsp;<fmt:message key="home.shuffle"/></a></td>
</c:if>
</tr>
</table>
</table>

Loading…
Cancel
Save