gnucash-htdocs master: fix missing ;

John Ralls jralls at code.gnucash.org
Wed Apr 15 13:32:31 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/f28b9d24 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d8a35cf8 (commit)



commit f28b9d244e7df91093d43acd2102514ccf6e794c
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Apr 15 10:32:23 2020 -0700

    fix missing ;

diff --git a/externals/global_params.php b/externals/global_params.php
index 0ad8509..71203b0 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -39,8 +39,8 @@
      // to define several paths that will be used on several pages
      // on the website.
      // Please don't make changes below unless you know what you are doing.
-     $base_path="https://sourceforge.net/projects/gnucash/files"
-     $stable_path=$base_path. "/gnucash%20(stable)/";
+     $base_path="https://sourceforge.net/projects/gnucash/files";
+     $stable_path=$base_path."/gnucash%20(stable)/";
      $latest_stable_path=$stable_path.$latest_stable."/";
      
      $latest_stable_win="gnucash-".$latest_stable_win.".setup.exe";



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



More information about the gnucash-changes mailing list