gnucash-htdocs master: Fix last link changes

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


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



commit 7cf04f60e1c773cf8f3fc0a64434c0fcffd59602
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Jul 4 23:54:48 2020 +0200

    Fix last link changes

diff --git a/index.phtml b/index.phtml
index 8be9a8a..42e210b 100644
--- a/index.phtml
+++ b/index.phtml
@@ -30,9 +30,9 @@
       </div>
 
       <div style="float:left;">
-        <p><a href="download.htm#previous"><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), $last_win7_version);?></a></p>
-        <p><a href="download.htm#historical"><?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."),
-                  $last_xp_vista_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>
     </div>
 



Summary of changes:
 index.phtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list