This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 5bf5e92cfbc6e479c3df1dd6054bf02348a80fc1 (commit)
from c21023671e7cbc0390caf2112865ee58e966a720 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5bf5e92cfbc6e479c3df1dd6054bf02348a80fc1
commit 5bf5e92cfbc6e479c3df1dd6054bf02348a80fc1
Author: Franck Villaume <[email protected]>
Date: Mon Jul 8 12:17:10 2019 +0000
fix HTML label
diff --git a/src/www/account/pending-resend.php
b/src/www/account/pending-resend.php
index 142ede7..77fc0ef 100644
--- a/src/www/account/pending-resend.php
+++ b/src/www/account/pending-resend.php
@@ -67,8 +67,8 @@ if (forge_get_config('require_unique_email')) {
} else {
$content = _('Login Name')._(':');
}
-echo html_e('p', array(), $content.html_e('br').html_e('label', array('for' =>
'loginname'),
- html_e('input',
array('id' => 'loginname', 'required' => 'required', 'type' => 'text', 'name'
=> 'loginname'))));
+echo html_e('p', array(), html_e('label', array('for' => 'loginname'),
$content).html_e('br').
+ html_e('input',
array('id' => 'loginname', 'required' => 'required', 'type' => 'text', 'name'
=> 'loginname')));
echo html_e('p', array(), html_e('input', array('type' => 'submit', 'name' =>
'submit', 'value' => _('Submit'))));
echo $HTML->closeForm();
$HTML->footer();
-----------------------------------------------------------------------
Summary of changes:
src/www/account/pending-resend.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits