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  dfeca7cae0127f591c8b441fc1da10f37b5198e4 (commit)
      from  5bf5e92cfbc6e479c3df1dd6054bf02348a80fc1 (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=dfeca7cae0127f591c8b441fc1da10f37b5198e4

commit dfeca7cae0127f591c8b441fc1da10f37b5198e4
Author: Franck Villaume <[email protected]>
Date:   Mon Jul 8 12:39:07 2019 +0000

    fix HTML label

diff --git a/src/www/account/lostpw.php b/src/www/account/lostpw.php
index 8be297e..67e25e0 100644
--- a/src/www/account/lostpw.php
+++ b/src/www/account/lostpw.php
@@ -87,11 +87,8 @@ echo '<p>' . _('Clicking “Send Lost PW Hash” below will 
email a URL to the e
 echo $HTML->openForm(array('action' => '/account/lostpw.php', 'method' => 
'post'));
 ?>
 <input type="hidden" name="form_key" value="<?php echo form_generate_key(); 
?>"/> <p>
-<?php echo _('Login Name')._(':'); ?>
-<br />
-    <label for="loginname">
+<?php echo html_e('label', array('for' => 'loginname'), _('Login 
Name')._(':')).html_e('br'); ?>
         <input id="loginname" type="text" name="loginname" required="required" 
/>
-    </label>
     <br />
 <input type="submit" name="submit" value="<?php echo _('Send Lost PW Hash'); 
?>" />
 </p>

-----------------------------------------------------------------------

Summary of changes:
 src/www/account/lostpw.php | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to