Skip to content

Commit bafc83c

Browse files
committed
Merge branch 'ShortcutIcon' into 'master'
'shortcut icon' replaced by 'icon' See merge request exedio/cops!42
2 parents f5ff1c6 + 0004dad commit bafc83c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/com/exedio/cops/Properties.jspm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ final class Properties_Jspm
6969
<head>
7070
<meta http-equiv="content-type" content="text/html; charset=<%=UTF_8%>">
7171
<title><%=caption%></title>
72-
<link rel="shortcut icon" href="<%=PropertiesServlet.shortcutIcon%>" type="image/png">
72+
<link rel="icon" href="<%=PropertiesServlet.shortcutIcon%>" type="image/png">
7373
<link rel="STYLESHEET" type="text/css" href="<%=PropertiesServlet.stylesheet%>">
7474
<script src="<%=PropertiesServlet.script%>" type="text/javascript"></script>
7575
</head>

src/com/exedio/cops/ResourceStatus.jspm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class ResourceStatus_Jspm
5151
<meta http-equiv="content-type" content="text/html; charset=<%=UTF_8%>">
5252
<title>Cops Servlet &quot;<%=servletName%>&quot; - Resource Status</title>
5353
<% /*the href:data below is a 1x1 px PNG */
54-
%><link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==" type="image/png">
54+
%><link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==" type="image/png">
5555
<style>
5656
h1
5757
{

0 commit comments

Comments
 (0)