Update eligible.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 14 May 2020 14:49:58 +0000 (10:49 -0400)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 14:49:58 +0000 (10:49 -0400)
eligible.php

index deceaa6..a627012 100644 (file)
@@ -49,7 +49,7 @@ while($d2 = mysqli_fetch_array($r2)){
  $d4 = mysqli_fetch_array($r4);
 if ($d4['id'] > 0){
   $available .= "<div class='row'>
-  <div class='col-sm-2'><a target='_Blank' href='soft_copy.php?id=$d4[id]'>Already Signed - View</a> or <a target='_Blank' href='?remove=$d4[id]'>Remove</a></div>
+  <div class='col-sm-2'><a target='_Blank' href='soft_copy.php?id=$d4[id]'>Already Signed - View</a> or <a href='?remove=$d4[id]'>Remove</a></div>
   <div class='col-sm-6'>$d2[petition_name]</div>
   <div class='col-sm-4'>$field == $pass</div>
     </div>";