[gnome-web-www] Another attempt



commit 8e020c10daf2450d2019c70594c8181b8f60f5e3
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Jun 7 10:58:35 2019 +0200

    Another attempt

 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 a4ffc02..d218110 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -143,7 +143,7 @@ if (array_key_exists('submit', $_POST)) {
 </div>
 
 <div class="item benefits">
-    <input name="gnome_jabber" id="gnome_jabber" type="checkbox" <?php echo ( isset($gnome_mail_alias)? 
isset($gnome_jabber)? 'checked' : '' : 'disabled' ) ;?> />
+    <input name="gnome_jabber" id="gnome_jabber" type="checkbox" <?php echo ( isset($gnome_mail_alias)? 
(isset($gnome_jabber)? 'checked' : '') : 'disabled' ) ;?> />
     <span name="jabber_label" id="jabber_label" class="disabled-checkbox">Jabber account <em>(only if you 
adopt a @gnome.org mail alias)</em></span>
 </div>
 


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