gnucash-htdocs master: validator.w3.org dislikes "https"

Frank H.Ellenberger fell at code.gnucash.org
Sat Apr 21 14:11:20 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/20a40703 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/295063d4 (commit)



commit 20a40703948b4ac6871264af69db4fe13f66e529
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Sat Apr 21 20:10:54 2018 +0200

    validator.w3.org dislikes "https"

diff --git a/externals/header.phtml b/externals/header.phtml
index 21018f8..eaa944e 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "https://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
 
 <?php
 $titleRSS = T_("Subscribe to RSS feed");
@@ -25,7 +25,7 @@ function make_lang_href ($page, $get_parms, $lang)
 $get_parms = $_GET;
 ?>
 
-<html xmlns="https://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <?php
 if (!isset($can_utf)) { $can_utf = true; }



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



More information about the gnucash-changes mailing list