[Fusionforge-commits] FusionForge branch master updated. 8d6cf42e5204a483b4750abc0128ede90c84b910

Franck VILLAUME nerville at fusionforge.org
Sun Nov 24 12:14:41 CET 2013


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  8d6cf42e5204a483b4750abc0128ede90c84b910 (commit)
      from  05de59878fccb6f83c7dc33840b05c6b03cdec09 (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 -----------------------------------------------------------------
commit 8d6cf42e5204a483b4750abc0128ede90c84b910
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Nov 24 12:14:16 2013 +0100

    Layout error msg: fix syntax and make it work with paragraph

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 15a2726..4d73fbd 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -995,7 +995,7 @@ if (isset($params['group']) && $params['group']) {
 			return '';
 		} else {
 			return '
-				<p class="error">'.util_pwrap(strip_tags($msg, '<br>'))."</p\n";
+			<p class="error">'.strip_tags($msg, '<br>')."</p>\n";
 		}
 	}
 

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

Summary of changes:
 src/www/include/Layout.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list