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  e25701556bdf65ea5448a33fcf48e385a4ffa770 (commit)
      from  e6d1105258fe897da398121a3009ec9524fc9cb9 (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=e25701556bdf65ea5448a33fcf48e385a4ffa770

commit e25701556bdf65ea5448a33fcf48e385a4ffa770
Author: Franck Villaume <[email protected]>
Date:   Sun Aug 28 17:52:16 2016 +0200

    PHP syntax

diff --git a/src/www/my/bookmark_add.php b/src/www/my/bookmark_add.php
index ae1ceb3..83a27ad 100644
--- a/src/www/my/bookmark_add.php
+++ b/src/www/my/bookmark_add.php
@@ -43,7 +43,7 @@ if (getStringFromRequest('submit') && $bookmark_url && 
$bookmark_title) {
        echo util_make_link('/my/',_('Back to your homepage'));
        echo html_ac(html_ap()-1);
 } else {
-       echo $HTML->openForm(array('action' => '/my/bookmark_add.php', 'method' 
=> 'post');
+       echo $HTML->openForm(array('action' => '/my/bookmark_add.php', 'method' 
=> 'post'));
        echo html_ao('p');
        echo html_e('label', array('for' => 'bookmark_url'), _('Bookmark 
URL')._(':').html_e('br'));
        echo html_e('input', array('id' => 'bookmark_url', 'required' => 
'required', 'type' => 'url', 'name' => 'bookmark_url', 'value' => 'http://'));
diff --git a/src/www/my/bookmark_edit.php b/src/www/my/bookmark_edit.php
index 85356d5..53aec84 100644
--- a/src/www/my/bookmark_edit.php
+++ b/src/www/my/bookmark_edit.php
@@ -55,7 +55,7 @@ if ($result) {
        $bookmark_title = db_result($result,0,'bookmark_title');
 }
 
-echo $HTML->openForm(array('action' => '/my/bookmark_edit.php', 'method' => 
'post');
+echo $HTML->openForm(array('action' => '/my/bookmark_edit.php', 'method' => 
'post'));
 echo html_e('input', array('type' => 'hidden', 'name' => 'bookmark_id', 
'value' => $bookmark_id));
 echo html_ao('p');
 echo html_e('label', array('for' => 'bookmark_url'), _('Bookmark 
URL')._(':').html_e('br'));

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

Summary of changes:
 src/www/my/bookmark_add.php  | 2 +-
 src/www/my/bookmark_edit.php | 2 +-
 2 files 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