gnucash-htdocs master: Another fix on recent commit

Frank H.Ellenberger fell at code.gnucash.org
Mon Aug 7 02:09:17 EDT 2023


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



commit 21b2a193d9cb15044e6c6e1f0c97bb499e5b01fe
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Aug 7 08:09:02 2023 +0200

    Another fix on recent commit

diff --git a/docs.phtml b/docs.phtml
index 0f48e5d..3406054 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -442,12 +442,12 @@
     <table class="doctable">
     <tbody>
       <tr class="doctr">
-      <td><a href=<?= \URL_API_STABLE>>STABLE ?></a></td><td> |
-        <?php echo T_("current bugfix branch");?>
+      <td><a href=<?= \URL_API_STABLE>>STABLE ?>>STABLE</a></td><td> |
+        <?= T_("current bugfix branch");?>
       </td></tr>
       <?php /* <tr class="doctr">
-      <td><a href=<?= \URL_API_FUTURE">FUTURE ?></a></td><td> |
-        <?php echo T_("future feature branch");?>
+      <td><a href=<?= \URL_API_FUTURE">FUTURE ?>>FUTURE</a></td><td> |
+        <?= T_("future feature branch");?>
       </td></tr> */?>
     </tbody>
     </table>



Summary of changes:
 docs.phtml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list