|
|
@ -555,7 +555,7 @@ class Tracking |
|
|
|
$timeCatRow = '<td></td>'; |
|
|
|
$timeCatRow = '<td></td>'; |
|
|
|
} |
|
|
|
} |
|
|
|
$catTitle = $categories[$catId]['title']; |
|
|
|
$catTitle = $categories[$catId]['title']; |
|
|
|
$catScoreDisplay = ($catWeight > 0)? round(($catScore * 100) / $catWeight).'% ('.$catScore.'/'.$catWeight.')':''; |
|
|
|
$catScoreDisplay = ($catWeight > 0) ? round(($catScore * 100) / $catWeight).'% ('.$catScore.'/'.$catWeight.')' : ''; |
|
|
|
$output .= "<tr>"; |
|
|
|
$output .= "<tr>"; |
|
|
|
$output .= ' |
|
|
|
$output .= ' |
|
|
|
<td style="width:35%">—— '.$catTitle.'</td> |
|
|
|
<td style="width:35%">—— '.$catTitle.'</td> |
|
|
|