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 9e8b65b250de831fb5e5b7182172d6f8a57c59db
parent 6bcb8b09deb9603da776b494274aae92436a6a1f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Jan 2018 11:28:37 +0100

Update the copyright year range in the footer

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

diff --git a/meso-menu.sh b/meso-menu.sh @@ -203,7 +203,7 @@ print_footer() { echo "<div id=footer>" echo "Phone: +33561556830&nbsp;&nbsp;|&nbsp;&nbsp;" echo "<a href="mailto:contact@meso-star.com">Email us</a>&nbsp;&nbsp;|&nbsp;&nbsp;" - echo "&#169; |Méso|Star&gt; 2015-2017" + echo "&#169; |Méso|Star&gt; 2015-2018" echo "</div>" echo '</body>' }