[Fusionforge-commits] r8554 - trunk/gforge/common/reporting

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Thu Dec 17 18:40:59 CET 2009


Author: aljeux
Date: 2009-12-17 18:40:58 +0100 (Thu, 17 Dec 2009)
New Revision: 8554

Modified:
   trunk/gforge/common/reporting/report_utils.php
Log:
Minor accessibility change h2=>h1

Modified: trunk/gforge/common/reporting/report_utils.php
===================================================================
--- trunk/gforge/common/reporting/report_utils.php	2009-12-17 16:57:17 UTC (rev 8553)
+++ trunk/gforge/common/reporting/report_utils.php	2009-12-17 17:40:58 UTC (rev 8554)
@@ -29,7 +29,7 @@
 	if (isset($GLOBALS['feedback'])) {
 		echo html_feedback_top($GLOBALS['feedback']);
 	}
-	echo "<h2>".sprintf(_('%1$s Reporting'), $sys_name)."</h2><p>";
+	echo "<h1>".sprintf(_('%1$s Reporting'), $sys_name)."</h1>\n";
 }
 
 function report_footer() {
@@ -240,6 +240,7 @@
 }
 
 function report_package_box($group_id, $name='dev_id', $selected='') {
+
 	$res = db_query_params ('SELECT package_id, name FROM frs_package WHERE frs_package.group_id = $1',
 				array ($group_id));
 	return html_build_select_box($res, $name, $selected, false);




More information about the Fusionforge-commits mailing list