File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,9 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1616
1717CDDL 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 }
You can’t perform that action at this time.
0 commit comments