Skip to content

Commit

Permalink
Set the shortcut icon value so that it doesn't search for favicon.ico.
Browse files Browse the repository at this point in the history
Since bug.png is already being requested for sure, this also removes
one request altogether.
  • Loading branch information
Flameeyes committed Jun 27, 2012
1 parent dc3d725 commit 4d98659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Tinderbox results index</title>
<link rel="shortcut icon" href="/bug.png" />
</head>
<body>
<table>
Expand Down

0 comments on commit 4d98659

Please sign in to comment.