gnucash-htdocs master: Last commit missed a }

Frank H.Ellenberger fell at code.gnucash.org
Sat Feb 11 13:46:23 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/570d3364 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d05115d9 (commit)



commit 570d3364b85d3965688d98c0e96b72781b928eaf
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Sat Feb 11 19:46:20 2017 +0100

    Last commit missed a }

diff --git a/viewdoc.phtml b/viewdoc.phtml
index 1ab3190..554160d 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -24,13 +24,14 @@ $req_rev_ok  = true;
 
 if (isset ($_GET["lang"])) {
 	$showlang  = $_GET["lang"];
-  }	else {
+} else {
   # Fallback: Requested language is set in $locale by included lang.php
   if ($locale == "en_US") {
     $showlang  = "C";
   } else {
     $showlang  = $locale;
   }
+}
 $req_lang_ok = true;
 
 



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



More information about the gnucash-changes mailing list