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 e2fb71c23665bd6a598fc18bba0ffe49fd825597 (commit)
from 81f8ce9510b5827382dbcdeff9e9201bb0c36e93 (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=e2fb71c23665bd6a598fc18bba0ffe49fd825597
commit e2fb71c23665bd6a598fc18bba0ffe49fd825597
Author: Franck Villaume <[email protected]>
Date: Sat Sep 19 12:21:34 2015 +0200
fix PHP syntax
diff --git a/src/www/news/submit.php b/src/www/news/submit.php
index 7a64f33..2c6ce24 100644
--- a/src/www/news/submit.php
+++ b/src/www/news/submit.php
@@ -165,8 +165,8 @@ if (session_loggedin()) {
echo $params['content'].'<br />';
echo '<div><input type="submit" name="submit" value="'._('Submit').'" />
- </div>'
- echo $HTML->closeForm>();
+ </div>';
+ echo $HTML->closeForm();
news_footer();
-----------------------------------------------------------------------
Summary of changes:
src/www/news/submit.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