[gnome-web-www] Extra double quotes



commit b9cc6334c930b9f840fdd4ba4897baa1149c2e06
Author: Andrea Veri <av gnome org>
Date:   Thu Jun 6 19:42:01 2019 +0000

    Extra double quotes

 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 ceba563..e34ec06 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -139,7 +139,7 @@ if (array_key_exists('submit', $_POST)) {
 
 <div class="item benefits">
     <input name="gnome_mail_alias" id="gnome_mail_alias" type="checkbox" onClick="toggleBenefitsFields()" 
<?php echo (isset($gnome_mail_alias) ? 'checked="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);?>" <?php (isset($gnome_mail_alias) ? 
'checked="checked"':'"disabled"') ;?> />
+    <input name="gnome_username" id="gnome_username" type="text" placeholder="What do you want your username 
to be?" value="<?php echo htmlspecialchars($gnome_username);?>" <?php (isset($gnome_mail_alias) ? 
'checked="checked"':'disabled') ;?> />
 </div>
 
 <div class="item benefits">


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