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 93ce27a7956d782782ed4f16a40517834775200f (commit)
from 97f12cd2cc274e51d47eaf891cc98383c1ba0811 (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=93ce27a7956d782782ed4f16a40517834775200f
commit 93ce27a7956d782782ed4f16a40517834775200f
Author: Franck Villaume <[email protected]>
Date: Wed May 24 19:11:27 2017 +0200
fix HMTL syntax
diff --git a/src/common/tracker/actions/browse.php
b/src/common/tracker/actions/browse.php
index b8dc3e3..082d02e 100644
--- a/src/common/tracker/actions/browse.php
+++ b/src/common/tracker/actions/browse.php
@@ -812,7 +812,7 @@ if ($art_arr && $art_cnt > 0) {
echo '<td colspan="2"><strong>'._('Canned
Response')._(':').'</strong><br />';
echo $ath->cannedResponseBox ('canned_response') .'</td></tr>
- <tr><td colspan="3" class="align-center"><input
type="submit" name="submit" value="'._('Mass Update').'" /></td></tr>';
+ <tr><td colspan="2" class="align-center"><input
type="submit" name="submit" value="'._('Mass Update').'" /></td></tr>';
echo $HTML->listTableBottom();
echo '</div></fieldset>';
echo $HTML->closeForm();
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/browse.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits