Fix replace

This commit is contained in:
Li 2022-09-20 01:47:02 +12:00
parent fb8bad53c1
commit 25140f90a1
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@
$description = "PSMReborn is the largest archive of PlayStation Mobile content on the internet containing Games, SDK's, Source Code, and Unity for PSM exporters.";
}
$descsocial = str_replace("<BR>", PHP_EOL, $description);
$descsocial = str_replace("<bR>", PHP_EOL, $description);
$descsocial = str_replace("<Br>", PHP_EOL, $description);
$descsocial = str_replace("<br>", PHP_EOL, $description);
$descsocial = str_replace('"', '\\"', $descsocial);
/*