gnucash-htdocs master: Test fix for mixed-content errors.

John Ralls jralls at code.gnucash.org
Fri Mar 4 12:33:35 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/08a3eab8 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/235410e5 (commit)



commit 08a3eab81f7507027779f1c44eef71c5d3c429d5
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 4 09:29:59 2016 -0800

    Test fix for mixed-content errors.

diff --git a/viewdoc.phtml b/viewdoc.phtml
index fa2c2a7..e031b3c 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -6,7 +6,7 @@ include("externals/header.phtml");
 include("externals/menu.phtml");
 
 # Some base parameters used later on
-$basepath       = "http://www.gnucash.org/docs";
+$basepath       = "https://www.gnucash.org/docs";
 $helpdoc        = "gnucash-help/help.html";
 $tcdoc          = "gnucash-guide/index.html";
 $current_stable = "2.6";
@@ -85,7 +85,7 @@ if (isset ($_GET["rev"])) {
 # To avoid network traffic, the available languages are hard-coded here and should be
 # updated if list of languages in which the documentation is available changes
 if ($showrev == "trunk") {
-  $basepath = "http://code.gnucash.org/docs";
+  $basepath = "https://code.gnucash.org/docs";
   $trunk_langs = array ( $helpdoc => array( "C", "de_DE", "it_IT"),
                          $tcdoc   => array( "C", "de_DE", "it_IT", "ja_JP"));
   if (!in_array ($showlang, $trunk_langs[$showdoc])) {



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



More information about the gnucash-changes mailing list