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

changeset 304
12f696cc7905
parent 289
d702bdd4da51
child 307
23fe9f174d2d
--- a/src/main/webapp/WEB-INF/jsp/site.jsp	Sun Jul 28 12:19:42 2024 +0200
+++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Sun Jul 28 12:36:42 2024 +0200
@@ -69,8 +69,8 @@
 <head>
     <base href="${baseHref}">
     <title>
-        LightPIT
-        <c:if test="${not empty pageTitle}"> - <c:out value="${pageTitle}"/></c:if>
+        <c:if test="${empty pageTitle}">LightPIT</c:if>
+        <c:out value="${pageTitle}"/>
     </title>
     <meta charset="UTF-8">
     <c:if test="${not empty redirectLocation}">

mercurial