diff --git a/admin/reports.php b/admin/reports.php index 9b94ed3..7da2cd2 100644 --- a/admin/reports.php +++ b/admin/reports.php @@ -126,7 +126,7 @@ $last_category = ''; $x=0; - echo ""; + echo "
"; while($i = mysql_fetch_object($q)) { $trclass = ($x % 2 == 0) ? "even" : "odd"; $x++;