Fix html code for favicon

This commit is contained in:
Diego Najar 2020-02-08 19:19:15 +01:00
parent 867fc1d50d
commit ab414ae645
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<meta name="robots" content="noindex,nofollow">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="bl-kernel/img/favicon.png?version=<?php echo time() ?>">
<link rel="icon" type="image/png" href="bl-kernel/img/favicon.png?version=<?php echo time() ?>">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="bl-kernel/css/bootstrap.min.css?version=<?php echo time() ?>">