gnucash-htdocs master: Put the sizes attribute back in the header, size wasn't right either.

John Ralls jralls at code.gnucash.org
Sun Sep 27 15:38:09 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/df9833aa (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/99af4277 (commit)



commit df9833aa78a0f32158d74f761792de4971e3e1be
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 12:38:02 2020 -0700

    Put the sizes attribute back in the header, size wasn't right either.

diff --git a/externals/header.phtml b/externals/header.phtml
index 4e67c82..39da200 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -48,7 +48,7 @@
     <link rel="stylesheet" href="<?=$home?>/externals/gnucash.css" type="text/css" />
 
     <link rel="icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
-    <link rel="apple-touch-icon" size="180x180" href="<?=$home?>/apple-touch-icon.png?v=gAXA7A9nAq"/>
+    <link rel="apple-touch-icon" sizes="180x180" href="<?=$home?>/apple-touch-icon.png?v=gAXA7A9nAq"/>
     <link rel="icon" type="image/png" sizes="32x32" href="<?=$home?>/favicon-32x32.png?v=gAXA7A9nAq"/>
     <link rel="icon" type="image/png" sizes="16x16" href="<?=$home?>/favicon-16x16.png?v=gAXA7A9nAq"/>
     <link rel="manifest" href="<?=$home?>/site.webmanifest?v=gAXA7A9nAq"/>



Summary of changes:
 externals/header.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list