1
0
Fork 0
mirror of synced 2024-10-01 17:47:22 +13:00

fix favicon not existing

This commit is contained in:
Nick Sweeting 2019-03-08 17:30:36 -05:00
parent 0f84c40f69
commit ce13a57a2c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<body> <body>
<header> <header>
<h1> <h1>
<img src="$favicon" height="20px"> $title<br/> <img src="$favicon_url" height="20px"> $title<br/>
<a href="$url" class="title-url"> <a href="$url" class="title-url">
<small>$base_url</small> <small>$base_url</small>
</a> </a>

View file

@ -163,7 +163,7 @@
<a href="#" class="collapse-icon" style="text-decoration: none" title="Toggle info panel..."> <a href="#" class="collapse-icon" style="text-decoration: none" title="Toggle info panel...">
</a> </a>
<img src="$favicon" height="20px"> $title<br/> <img src="$favicon_url" height="20px"> $title<br/>
<a href="$url" class="title-url"> <a href="$url" class="title-url">
<small>$base_url</small> <small>$base_url</small>
</a> </a>