[gnome-web-www] Typo!



commit 0f3819fb1ab0380e18493e27a17096f5b941d28e
Author: Andrea Veri <av gnome org>
Date:   Thu Jun 6 18:55:00 2019 +0000

    Typo!

 theme/page-apply.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/theme/page-apply.php b/theme/page-apply.php
index 4200ff7..3df9193 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -138,7 +138,7 @@ if (array_key_exists('submit', $_POST)) {
 </p>
 
 <div class="item benefits">
-    <input name="gnome_mail_alias" id="gnome_mail_alias" type="checkbox" onClick="toggleBenefitsFields()" 
<?php isset(_POST["gnome_mail_alias"])? 'checked' : '' ;?> /> @gnome.org mail alias
+    <input name="gnome_mail_alias" id="gnome_mail_alias" type="checkbox" onClick="toggleBenefitsFields()" 
<?php isset($_POST["gnome_mail_alias"]) ? 'checked' : '' ;?> /> @gnome.org mail alias
     <input name="gnome_username" id="gnome_username" type="text" placeholder="What do you want your username 
to be?" value="<?php echo htmlspecialchars($gnome_username);?>" disabled />
 </div>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]