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:
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 | "
echo "<a href="mailto:contact@meso-star.com">Email us</a> | "
- echo "© |Méso|Star> 2015-2017"
+ echo "© |Méso|Star> 2015-2018"
echo "</div>"
echo '</body>'
}