Favicon in basic ui welcome page not working

I just discovered that the favicon does not work for the welkome page of basic ui.

image

As soon as I ópen a sitemap it works.

image

When I look into the source code of the page I see that the path of the favicon is incorrect.

<!doctype html>
<html class=" ui-icons-enabled  page-welcome-sitemaps page-static">
	<head>
		<title>BasicUI</title>
[..]
		<link rel="shortcut icon" href="images/favicon.ico" />		

the path without images/ works.

Which repository is the correct one for basic ui?
Can anybody confirm this issue?

I am using openHAB 2.4.0 Milestone 3.

Maybe you found the reason of this issue

1 Like