Skip to content

Commit

Permalink
Delete wrong comment in code
Browse files Browse the repository at this point in the history
  • Loading branch information
HeadTalker committed Jun 21, 2016
1 parent 93dcc13 commit 1dc2e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/php/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function past_incidents( $monitor_response ) {
$column = 12;
}

foreach ( $monitor_response['monitors']['monitor'] as $monitor ): // loop through each monitor and create a chart
foreach ( $monitor_response['monitors']['monitor'] as $monitor ):

echo "<div class='col-md-" . $column . " col-incident text-xs-center p-a-1'><h4>" . $monitor['friendlyname'] . "</h4><hr>";

Expand Down

0 comments on commit 1dc2e2d

Please sign in to comment.