Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / net / webui-aria2 / patches / 0001-fix-favicon-path.patch
1 --- a/docs/index.html
2 +++ b/docs/index.html
3 @@ -3,7 +3,7 @@
4
5 <!-- {{{ head -->
6 <head>
7 - <link rel="icon" href="../favicon.ico" />
8 + <link rel="icon" href="favicon.ico" />
9
10 <meta charset="utf-8">
11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">