From 56fbde36a3eac7965a6401bfaf07bafb1eded5ff Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 22 May 2017 15:32:54 -1000 Subject: [PATCH] placeholder date text mainly for web browsers that don't natively support the input type=date (looking at you firefox!) also, placeholder date is Nightfalls release date. --- gw-record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-record.php b/gw-record.php index 2c83912..1b49211 100644 --- a/gw-record.php +++ b/gw-record.php @@ -23,7 +23,7 @@ while ($row = $result->fetch_array()){ } if ($whatdropped == "1"){ echo '
'; - echo 'on a '; + echo 'on a '; //code for white blue purple etc $sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC"; if (!$result = $con->query($sqlweaprare)){