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  cad5bc9affd6b0f9100df7758a46a795bb517eea (commit)
      from  a8915d827024f0448f611f7cfa63598b08f80d8c (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=cad5bc9affd6b0f9100df7758a46a795bb517eea

commit cad5bc9affd6b0f9100df7758a46a795bb517eea
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Jan 30 18:27:04 2017 +0100

    Fix HTML syntax

diff --git a/src/www/reporting/timeadd.php b/src/www/reporting/timeadd.php
index 7827f35..bba13d8 100644
--- a/src/www/reporting/timeadd.php
+++ b/src/www/reporting/timeadd.php
@@ -210,8 +210,8 @@ if ($week) {
 
 <h2><?php echo _('Change Week') ?></h2>
 
-<?php echo $HTML->openForm(array('action' => 
getStringFromServer('PHP_SELF'))); ?>
-       method="get"><?php echo report_weeks_box($report,'week'); ?><input
+<?php echo $HTML->openForm(array('action' => getStringFromServer('PHP_SELF'), 
'method' => 'get')); ?>
+       <?php echo report_weeks_box($report,'week'); ?><input
        type="submit" name="submit" value="<?php echo _('Change Week'); ?>" />
                <?php
                echo $HTML->closeForm();

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

Summary of changes:
 src/www/reporting/timeadd.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