--- cacti-0.8.6b/include/html/inc_timespan_selector.php 2004-10-06 22:20:33.000000000 -0400
+++ cacti-0.8.6b-new/include/html/inc_timespan_selector.php 2004-12-01 22:04:41.000000000 -0500
@@ -67,7 +67,7 @@
if (sizeof($graph_timespans) > 0) {
for ($value=$start_val; $value < $end_val; $value++) {
- print "\n";
+ print "\n";
}
}
?>