From 3518f0738fa18bfc5d846d3e828c3625c21dead8 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 25 Jun 2020 00:23:33 -0400 Subject: [PATCH] Update header.php --- header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/header.php b/header.php index 00a6575..d3d6c55 100644 --- a/header.php +++ b/header.php @@ -70,9 +70,9 @@ input:focus { $q = "select * from petitions where web_short_name = '$invite'"; $r = $petition->query($q); $d = mysqli_fetch_array($r); - echo "

$d[petition_name]

"; + echo "

$d[petition_name]

"; if ($d['social_phone'] != ''){ - echo "
"; + echo "
"; } } ?> -- 2.20.1