src/main/webapp/WEB-INF/jsp/site.jsp

changeset 163
a5b9632729b6
parent 158
4f912cd42876
child 180
009700915269
--- a/src/main/webapp/WEB-INF/jsp/site.jsp	Sat Dec 05 13:05:00 2020 +0100
+++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Fri Dec 18 15:54:39 2020 +0100
@@ -71,7 +71,9 @@
     </c:if>
     <link rel="stylesheet" href="lightpit.css" type="text/css">
     <c:if test="${not empty extraCss}">
-        <link rel="stylesheet" href="${extraCss}" type="text/css">
+        <c:forEach items="${extraCss}" var="cssFile">
+        <link rel="stylesheet" href="${cssFile}" type="text/css">
+        </c:forEach>
     </c:if>
 </head>
 <body>

mercurial