gnucash-htdocs master: fix bracket

Frank H.Ellenberger fell at code.gnucash.org
Sat Jul 4 18:01:06 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/b606426f (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/7cf04f60 (commit)



commit b606426fc308e37eed68b2c7ade753cac75d3990
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Jul 5 00:00:55 2020 +0200

    fix bracket

diff --git a/index.phtml b/index.phtml
index 42e210b..4602364 100644
--- a/index.phtml
+++ b/index.phtml
@@ -30,7 +30,7 @@
       </div>
 
       <div style="float:left;">
-        <p><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), "<a href=\"download.phtml#previous\">".$last_win7_version)."</a>";?></p>
+        <p><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), "<a href=\"download.phtml#previous\">".$last_win7_version."</a>");?></p>
         <p><?php printf (T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."),
         		"<a href=\"download.phtml#historical\">".$last_xp_vista_version."</a>");?></p>
       </div>



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



More information about the gnucash-changes mailing list