Skip to content
Snippets Groups Projects
Commit 749d4d75 authored by Boris's avatar Boris
Browse files

Fix download link on home page

parent 3ab3a387
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ textdomain('home'); ...@@ -91,7 +91,7 @@ textdomain('home');
</h2> </h2>
<figure> <figure>
<a href="<?php echo _("/telechargement"); ?>"> <a href="<?php echo parseURI(_("/telechargement")); ?>">
<img src="<?php echo $rootURL; ?>/img/home/telecharger-cesium-full.png" alt="Télécharger Cesium" /> <img src="<?php echo $rootURL; ?>/img/home/telecharger-cesium-full.png" alt="Télécharger Cesium" />
</a> </a>
...@@ -102,7 +102,7 @@ textdomain('home'); ...@@ -102,7 +102,7 @@ textdomain('home');
<?php <?php
printf(_('Rendez-vous sur <a href="%s">la page Téléchargement</a> pour récupérer le ' . printf(_('Rendez-vous sur <a href="%s">la page Téléchargement</a> pour récupérer le ' .
'fichier qui convient à votre système d\'exploitation.' 'fichier qui convient à votre système d\'exploitation.'
), _("/telechargement") ), parseURI(_("/telechargement"))
); );
?> ?>
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment