Skip to content

Commit cbd111e

Browse files
authored
Merge pull request #782 from support-project/fix/favicon
Fix favicon path
2 parents 6b3e81a + 1c69d0e commit cbd111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/commons/layout/commonHeader.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<meta property="og:url" content="https://support-project.org/knowledge/index" />
3434
<meta property="og:site_name" content="Knowledge"/>
3535

36-
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
36+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/vnd.microsoft.icon" />
3737

3838
<% if (StringUtils.isNotEmpty(jspUtil.out("thema"))) { %>
3939
<link rel="stylesheet" href="<%= request.getContextPath() %>/bower/bootswatch/<%= jspUtil.out("thema") %>/bootstrap.min.css" />

0 commit comments

Comments
 (0)