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 f748fcc23f695f22d312b7f56db398570f58e6d8 (commit)
from 80bf740c39ac92bdef881c5d510093af262eb766 (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=f748fcc23f695f22d312b7f56db398570f58e6d8
commit f748fcc23f695f22d312b7f56db398570f58e6d8
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Apr 3 17:40:16 2017 +0200
Fix HTML syntax
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index acf00e8..06ff29d 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -576,7 +576,7 @@ if (isset($params['group']) && $params['group']) {
<!-- Box Top Start -->
<table class="fullwidth">
<tr class="align-center">
- <td class="top align-right" width="10" "><img
src="'.$this->imgbaseurl.'clear.png" width="10" height="20" alt="" /></td>
+ <td class="top align-right" width="10"><img
src="'.$this->imgbaseurl.'clear.png" width="10" height="20" alt="" /></td>
<td class="fullwidth"><span
class="titlebar">'.$title.'</span></td>
<td class="top" width="10"><img
src="'.$this->imgbaseurl.'clear.png" width="10" height="20" alt="" /></td>
</tr>
-----------------------------------------------------------------------
Summary of changes:
src/www/include/Layout.class.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