[gnome-web-www] Drop the echo
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] Drop the echo
- Date: Thu, 6 Jun 2019 19:37:49 +0000 (UTC)
commit 63e74d685ea1c5c52e9e45a2af6e823dab512f04
Author: Andrea Veri <av gnome org>
Date: Thu Jun 6 19:37:46 2019 +0000
Drop the echo
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 e893ccc..ceba563 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 echo (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]