[Fusionforge-commits] FusionForge branch master updated. f0444f7ddb9162fbc778eb5a4e56011c8c5e21e5

Franck VILLAUME nerville at fusionforge.org
Fri Nov 15 16:34:04 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  f0444f7ddb9162fbc778eb5a4e56011c8c5e21e5 (commit)
      from  8d62f256045d54271742402aba570d75942580d4 (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 f0444f7ddb9162fbc778eb5a4e56011c8c5e21e5
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Nov 15 17:33:43 2013 +0100

    snippet: use proper html: h2 -> p class warning

diff --git a/src/www/snippet/browse.php b/src/www/snippet/browse.php
index 4142731..1057bfb 100644
--- a/src/www/snippet/browse.php
+++ b/src/www/snippet/browse.php
@@ -3,6 +3,7 @@
  * Code Snippets Repository
  *
  * Copyright 1999-2001 (c) VA Linux Systems
+ * Copyright 2013, Franck Villaume - TrivialDev
  * http://fusionforge.org
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -76,7 +77,7 @@ $result2 = db_query_qpa ($qpa2) ;
 $rows2=db_numrows($result2);
 
 if ((!$result || $rows < 1) && (!$result2 || $rows2 < 1)) {
-	echo '<h2>' ._('No snippets found').'</h2>';
+	echo '<p class="warning">' ._('No snippets found.').'</p>';
 } else {
 
 	$title_arr=array();

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

Summary of changes:
 src/www/snippet/browse.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list