gnucash-htdocs master: Fix release notes link again

Frank H.Ellenberger fell at code.gnucash.org
Sun Jul 5 22:22:19 EDT 2020


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



commit ee331979686b49df05bde851242a6475601fad4c
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Jul 6 04:22:06 2020 +0200

    Fix release notes link again

diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
index db7bf06..bd9e3e1 100644
--- a/new_features-4.0.phtml
+++ b/new_features-4.0.phtml
@@ -132,6 +132,6 @@ include("$top_dir/externals/menu.phtml");
         </ul>
     </div>
     <p><?php printf (T_("For a complete list of new features and API changes see the %s."),
-    		         sprintf ("<a href=\"<?=$home?>/news.phtml#n-200628-4.0.news\">%s</a>", T_("Release Notes"))
+                     sprintf ("<a href=\"%s/news.phtml#n-200628-4.0.news\">%s</a>", $home, T_("Release Notes"))
                     );?></p>
 </div>



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



More information about the gnucash-changes mailing list