Skip to content

Commit 57b3a16

Browse files
committed
restore
1 parent 4c96711 commit 57b3a16

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

opengrok-web/src/main/webapp/pageheader.jspf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1616

1717
CDDL HEADER END
1818

19-
Copyright (c) 2007, 2025, Oracle and/or its affiliates. All rights reserved.
19+
Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
2020

21-
--%><%@page import="
22-
org.opengrok.web.PageConfig,
23-
org.opengrok.indexer.web.Util"
24-
%>
21+
--%><%@page import="org.opengrok.web.PageConfig"%>
2522
<%
2623
/* ---------------------- pageheader.jspf start --------------------- */
2724
{
@@ -30,7 +27,7 @@ org.opengrok.indexer.web.Util"
3027
if (headerContent != null && !headerContent.isBlank()) {
3128
%>
3229
<div id="header">
33-
<%= Util.htmlize(headerContent) %>
30+
<%= headerContent %>
3431
</div>
3532
<%
3633
}

0 commit comments

Comments
 (0)