gnucash-htdocs master: Add xhtml end tags in header

Frank H.Ellenberger fell at code.gnucash.org
Sat Aug 15 21:48:59 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/79ef2812 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/df1b3c25 (commit)



commit 79ef2812a70d56865eb00e94c5ad248f3da48f99
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Aug 16 03:48:25 2020 +0200

    Add xhtml end tags in header

diff --git a/externals/header.phtml b/externals/header.phtml
index 75a32d9..3e8cc79 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -33,7 +33,7 @@
     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
     <!-- Useful for mobile devices: Zoom out and allow scaling. -->
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
 
     <!--meta properties for facebook Open Graph-->
     <meta property="og:title" content="Free Accounting Software | GnuCash"/>
@@ -48,14 +48,14 @@
     <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" 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">
-    <link rel="mask-icon" href="<?=$home?>/safari-pinned-tab.svg?v=gAXA7A9nAq" color="#5bbad5">
-    <link rel="shortcut icon" href="<?=$home?>/favicon.ico?v=gAXA7A9nAq">
-    <meta name="msapplication-TileColor" content="#da532c">
-    <meta name="theme-color" content="#ffffff">
+    <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"/>
+    <link rel="mask-icon" href="<?=$home?>/safari-pinned-tab.svg?v=gAXA7A9nAq" color="#5bbad5"/>
+    <link rel="shortcut icon" href="<?=$home?>/favicon.ico?v=gAXA7A9nAq"/>
+    <meta name="msapplication-TileColor" content="#da532c"/>
+    <meta name="theme-color" content="#ffffff"/>
 
     <?php
       include("$top_dir/externals/global_params.php");



Summary of changes:
 externals/header.phtml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list