We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -16,7 +16,7 @@ |
||
16 | 16 | $announcements = []; |
17 | 17 | while ($db->nextRecord()) { |
18 | 18 | $announcements[] = ['Time' => $db->getInt('time'), |
19 | - 'Msg' => htmlentities($db->getField('msg'))]; |
|
19 | + 'Msg' => htmlentities($db->getField('msg'))]; |
|
20 | 20 | } |
21 | 21 | $template->assign('Announcements', $announcements); |
22 | 22 |