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, 6.1 has been updated
via 766da459e318c03b20655f8731410b43b8b60b91 (commit)
from aeb03ad802c8f908a29a5dea3c5002286c12a2d0 (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=766da459e318c03b20655f8731410b43b8b60b91
commit 766da459e318c03b20655f8731410b43b8b60b91
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Feb 6 11:19:06 2018 +0100
double quotes
diff --git a/src/www/account/lostpw.php b/src/www/account/lostpw.php
index 98250db..8be297e 100644
--- a/src/www/account/lostpw.php
+++ b/src/www/account/lostpw.php
@@ -90,7 +90,7 @@ echo $HTML->openForm(array('action' => '/account/lostpw.php',
'method' => 'post'
<?php echo _('Login Name')._(':'); ?>
<br />
<label for="loginname">
- <input id="loginname" type="text" name="loginname" required='required'
/>
+ <input id="loginname" type="text" name="loginname" required="required"
/>
</label>
<br />
<input type="submit" name="submit" value="<?php echo _('Send Lost PW Hash');
?>" />
-----------------------------------------------------------------------
Summary of changes:
src/www/account/lostpw.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits