Skip to content

Commit

Permalink
Another fix on recent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Aug 7, 2023
1 parent 9d62f8c commit 21b2a19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 21b2a19

Please sign in to comment.