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  13b718c26c8adfd364f8bda713f602549764ec72 (commit)
      from  66f6bbdc663f6054f7a91250e913ef8264dedc6d (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=13b718c26c8adfd364f8bda713f602549764ec72

commit 13b718c26c8adfd364f8bda713f602549764ec72
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 23 18:22:54 2016 +0200

    fix HTML syntax

diff --git a/src/common/docman/views/notifyusers.php 
b/src/common/docman/views/notifyusers.php
index 38d25ec..d515f76 100644
--- a/src/common/docman/views/notifyusers.php
+++ b/src/common/docman/views/notifyusers.php
@@ -38,11 +38,11 @@ echo $HTML->openForm(array('id' => 'notifyusersdoc', 'name' 
=> 'notifyusersdoc',
 echo $HTML->listTableTop(array());
 $cells = array();
 $cells[] = array(_('Document Title')._(':'));
-$cells[][] = html_e('span', array('id' => 'notifytitle', 'type' => 'text', 
'name' => 'title'));
+$cells[][] = html_e('span', array('id' => 'notifytitle', 'type' => 'text', 
'name' => 'title'), '', false);
 echo $HTML->multiTableRow(array(), $cells);
 $cells = array();
 $cells[] = array(_('Description')._(':'));
-$cells[][] = html_e('span', array('id' => 'notifydescription', 'type' => 
'text', 'name' => 'description'));
+$cells[][] = html_e('span', array('id' => 'notifydescription', 'type' => 
'text', 'name' => 'description'), '', false);
 echo $HTML->multiTableRow(array(), $cells);
 $cells = array();
 $cells[] = array(_('File')._(':'));

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

Summary of changes:
 src/common/docman/views/notifyusers.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

Reply via email to