diff --git a/header.php b/header.php index 7715d90..9c1b1d6 100755 --- a/header.php +++ b/header.php @@ -59,7 +59,7 @@ $game = str_replace("*", "",$game); $title = getTitle($game); $description = $title . " - "; - $description .= getDesc($game)." - "; + $description .= getDesc($game); $description .= " - PSMReborn #1 place for all PSM Content"; $image .= 'http://'.$_SERVER['HTTP_HOST'].'/gameinfo/'.$game.'/icon_512x512.png'; } @@ -90,7 +90,10 @@ $descsocial = str_replace("
", PHP_EOL, $descsocial); $descsocial = str_replace("
", PHP_EOL, $descsocial); $descsocial = str_replace("
", PHP_EOL, $descsocial); - $descsocial = str_replace('"', '\\"', $descsocial); + $descsocial = str_replace('"', '', $descsocial); + $descsocial = str_replace("'", "", $descsocial); + + /* * Write metadata */