gnucash-htdocs master: 3. approach on recent commit

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


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



commit bb939494720189b345929493bafcd596e8b8e953
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Aug 7 08:19:18 2023 +0200

    3. approach on recent commit

diff --git a/docs.phtml b/docs.phtml
index 3406054..15f4c0c 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 ?>>STABLE</a></td><td> |
-        <?= T_("current bugfix branch");?>
+      <td><a href= <?=\URL_API_STABLE ?> >STABLE</a></td><td> |
+        <?= T_("current bugfix branch") ?>
       </td></tr>
       <?php /* <tr class="doctr">
-      <td><a href=<?= \URL_API_FUTURE">FUTURE ?>>FUTURE</a></td><td> |
-        <?= T_("future feature branch");?>
+      <td><a href= <?=\URL_API_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