From 26110d6ed091fa0ba29b11d71c5ef934396a917a Mon Sep 17 00:00:00 2001 From: wibyweb <49052850+wibyweb@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:33:39 -0500 Subject: [PATCH] Update graveyard.php --- html/grave/graveyard.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/grave/graveyard.php b/html/grave/graveyard.php index 7ac978f..ed92a80 100755 --- a/html/grave/graveyard.php +++ b/html/grave/graveyard.php @@ -63,7 +63,7 @@ while($row = mysqli_fetch_array($result)) { $id[] = $row['id']; - $url[] = $row['url']; + $url[] = str_replace("'", "%27", $row['url']); $worksafe[] = $row['worksafe']; } @@ -191,5 +191,3 @@ include 'graveyardqueue.html.php'; } ?> - -