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 b4c00f357e05098e0e204de71ae7c227d30654db (commit)
from 6234bd3d4f92e1c384bfa93b30b4d7e632bb4e8f (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=b4c00f357e05098e0e204de71ae7c227d30654db
commit b4c00f357e05098e0e204de71ae7c227d30654db
Author: Franck Villaume <[email protected]>
Date: Thu Aug 10 12:40:59 2017 +0000
fix html display
diff --git a/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
b/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
index fd3b35a..fd0d5bc 100644
--- a/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
+++ b/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
@@ -94,6 +94,7 @@ class phptextcaptchaPlugin extends Plugin {
file_put_contents($this->pngdir.'/'.$pngfile, $png);
$html = '<p>';
$html .= '<img
src="/plugins/'.$this->name.'/'.$pngfile.'?'.time().'" />';
+ $html .= '</p><p>';
$html .= _('Write captcha here')._(': ').'<br />';
$html .= '<input type="text" name="captcha_code" size="10"
maxlength="8" required="required" />';
$html .= '</p>';
-----------------------------------------------------------------------
Summary of changes:
src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits