meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit e78749fafd8d1099b79c35920b582abaf6bb282b
parent 957614f17d985f812681ce1b2e79fa1f5c9f0be7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 17 Nov 2023 09:12:09 +0100

Fix menu when displaying Stardis release notes

Diffstat:
Mmeso-menu.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meso-menu.sh b/meso-menu.sh @@ -277,7 +277,7 @@ print_stardis_sub_menu() fi echo " &emsp13;.&emsp13;" if [ "${name}" = "Release notes" ]; then - echo " <span id=cur>Release notes</span>" + echo " <span class=\"cur\">Release notes</span>" else echo " <a href=\"${root}stardis/release-notes.html\">Release notes</a>" fi