@@ -25,12 +25,12 @@ |
||
25 | 25 | <th>Behavior</th> |
26 | 26 | <th>Category</th> |
27 | 27 | </tr> |
28 | - <?php foreach($top_behaviors as $key => $row) { |
|
28 | + <?php foreach ($top_behaviors as $key => $row) { |
|
29 | 29 | $num = $key + 1; |
30 | - print "<tr>". |
|
31 | - "<td>{$row['count']}</td>". |
|
32 | - "<td>{$row['behavior']['name']}</td>". |
|
33 | - "<td>{$row['behavior']['category']['name']}</td>". |
|
30 | + print "<tr>" . |
|
31 | + "<td>{$row['count']}</td>" . |
|
32 | + "<td>{$row['behavior']['name']}</td>" . |
|
33 | + "<td>{$row['behavior']['category']['name']}</td>" . |
|
34 | 34 | "</tr>"; |
35 | 35 | } |
36 | 36 | ?> |