[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1-22-gcfd3cac

Franck Villaume nerville at libremir.placard.fr.eu.org
Mon Dec 24 11:51:02 CET 2018


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  cfd3cac7af52d5936afc88b83609be439e5ff675 (commit)
      from  c76943842dc596a206b6ea2b8f85870d2ccc0a8a (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=cfd3cac7af52d5936afc88b83609be439e5ff675

commit cfd3cac7af52d5936afc88b83609be439e5ff675
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Dec 24 11:50:33 2018 +0100

    fix HTML syntax

diff --git a/src/www/sendmessage.php b/src/www/sendmessage.php
index b1b873b..263451d 100644
--- a/src/www/sendmessage.php
+++ b/src/www/sendmessage.php
@@ -4,7 +4,7 @@
  *
  * Copyright 1999-2001 (c) VA Linux Systems
  * Copyright 2002-2004 (c) GForge Team
- * Copyright 2010-2013,2016, Franck Villaume - TrivialDev
+ * Copyright 2010-2013,2016,2018 Franck Villaume - TrivialDev
  * http://fusionforge.org/
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -191,8 +191,8 @@ if (!$is_logged) {
 <p align="center">
 <input type="submit" name="send_mail" value="<?php echo _('Send Message') ?>" />
 </p>
-</form>
 <?php
+echo $HTML->closeForm();
 $HTML->footer();
 
 // Local Variables:

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

Summary of changes:
 src/www/sendmessage.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list