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 0ab0e1d14e5d58a1ce78e1ad0d86c98c3ab92ef1
parent 5241cba27a721364b08294d9f9339c764dab415f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  4 Jun 2019 09:17:04 +0200

Update the title of the solstice/star-engine download page

Diffstat:
Msolstice/solstice.sh | 2+-
Mstar-engine/star-engine.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solstice/solstice.sh b/solstice/solstice.sh @@ -141,7 +141,7 @@ echo "Write solstice.html" echo "Write solstice-downloads.html" { print_header Solstice Downloads; - echo '<header><h1>Downloads</h1></header>'; + echo '<header><h1>Download Solstice</h1></header>'; print_downloads Solstice; cat solstice-release-notes.html.in; print_footer; diff --git a/star-engine/star-engine.sh b/star-engine/star-engine.sh @@ -166,7 +166,7 @@ echo "Write star-geom.html" echo "Write star-engine-downloads.html" { print_header Star-Engine Downloads; - echo '<header><h1>Downloads</h1></header>'; + echo '<header><h1>Download Star-Engine</h1></header>'; print_downloads Star-Engine; cat star-engine-release-notes.html.in; print_footer;