We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b3e81a + 1c69d0e commit cbd111eCopy full SHA for cbd111e
src/main/webapp/WEB-INF/views/commons/layout/commonHeader.jsp
@@ -33,7 +33,7 @@
33
<meta property="og:url" content="https://support-project.org/knowledge/index" />
34
<meta property="og:site_name" content="Knowledge"/>
35
36
-<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
+<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/vnd.microsoft.icon" />
37
38
<% if (StringUtils.isNotEmpty(jspUtil.out("thema"))) { %>
39
<link rel="stylesheet" href="<%= request.getContextPath() %>/bower/bootswatch/<%= jspUtil.out("thema") %>/bootstrap.min.css" />
0 commit comments