[9.1.06] url og image correction

This commit is contained in:
fredtempez 2019-05-25 18:04:59 +02:00
parent 1e786a7a04
commit 2458682baa
1 changed files with 1 additions and 1 deletions

View File

@ -2219,7 +2219,7 @@ class layout extends common {
* Affiche la meta image (site screenshot)
*/
public function showMetaImage() {
echo '<meta property="og:image" content="' . helper::baseUrl() .'/site/file/source/screenshot.png" />';
echo '<meta property="og:image" content="' . helper::baseUrl() .'site/file/source/screenshot.png" />';
}