[gnome-web-www] Fix remembering inputbox state



commit 23c4d57c5a88803bbdbb1a12463bfb05f7897361
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Jun 6 15:39:33 2019 +0200

    Fix remembering inputbox state

 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 16c0596..f2ca49d 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($gnome_mail_alias)? 'checked="checked"' : '' ;?> /> @gnome.org mail alias
+    <input name="gnome_mail_alias" id="gnome_mail_alias" type="checkbox" onClick="toggleBenefitsFields()" 
<?php isset($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]