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

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

mercurial