gnucash-htdocs master: Improve recent commit

Frank H.Ellenberger fell at code.gnucash.org
Mon Aug 7 01:56:19 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/9d62f8cd (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/ad0e9f85 (commit)



commit 9d62f8cd1d5625b7a6dc47388be322669bc2e491
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Aug 7 07:56:01 2023 +0200

    Improve recent commit

diff --git a/docs.phtml b/docs.phtml
index d6f542a..0f48e5d 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -442,11 +442,11 @@
     <table class="doctable">
     <tbody>
       <tr class="doctr">
-      <td><a href=\URL_API_STABLE>>STABLE</a></td><td> |
+      <td><a href=<?= \URL_API_STABLE>>STABLE ?></a></td><td> |
         <?php echo T_("current bugfix branch");?>
       </td></tr>
       <?php /* <tr class="doctr">
-      <td><a href=\URL_API_FUTURE">FUTURE</a></td><td> |
+      <td><a href=<?= \URL_API_FUTURE">FUTURE ?></a></td><td> |
         <?php echo T_("future feature branch");?>
       </td></tr> */?>
     </tbody>
diff --git a/externals/menu.phtml b/externals/menu.phtml
index cb5cafb..e2e885e 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -44,8 +44,8 @@
         <li><a href="https://wiki.gnucash.org/wiki/Contributing_to_GnuCash"><?=T_("How to help")?></a></li>
         <li><?=T_("Source Docs")?>
           <ul>
-            <li><a href=\URL_API_STABLE><?=T_("current bugfix branch")?></a></li>
-            <?php /* <li><a href=\URL_API_FUTURE><?=T_("future feature branch")?></a></li> */?>
+            <li><a href=<?=\URL_API_STABLE?>><?=T_("current bugfix branch")?></a></li>
+            <?php /* <li><a href=<?=\URL_API_FUTURE?>><?=T_("future feature branch")?></a></li> */?>
           </ul>
         </li>
         <li><a href="https://github.com/Gnucash/"><?= T_("Browse Source Code")?></a></li>



Summary of changes:
 docs.phtml           | 4 ++--
 externals/menu.phtml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list