gnucash-htdocs master: Don't use https for xmlns declarations.

John Ralls jralls at code.gnucash.org
Wed May 2 06:44:59 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/cd625e96 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/586c8423 (commit)



commit cd625e96a7ccf417501f94b9d1c7622a56aac377
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed May 2 06:44:10 2018 -0400

    Don't use https for xmlns declarations.

diff --git a/atom.php b/atom.php
index 9079767..7be3af2 100644
--- a/atom.php
+++ b/atom.php
@@ -33,7 +33,7 @@
   include("$newsdir/news-script.php");
 ?>
 
-<feed xmlns="https://www.w3.org/2005/Atom">
+<feed xmlns="http://www.w3.org/2005/Atom">
   <title>GnuCash News</title>
   <subtitle>GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.</subtitle>
   <generator>GnuCash htdocs/master/atom.php 1.0 <gnucash-devel at gnucash.org></generator>



Summary of changes:
 atom.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list