diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index 8c52fca2539..ae362af2475 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -700,12 +700,13 @@ if (count($output_phan_json) != 0) { } else { $tmp = '
| Commit ID | Reported on Yogosha | Reported on GIT | Reported on CVE | Title | Date |
| Commit ID | Date | Reported on Yogosha | Reported on GIT | Reported on CVE | Title |
| '; @@ -735,6 +736,9 @@ foreach ($arrayofalerts as $alert) { } $html .= ' | '; $html .= ''; + $html .= preg_replace('/T.*$/', '', $alert['created_at']); + $html .= ' | '; + $html .= ''; if (!empty($alert['issueidyogosha'])) { //$html .= ''; $html .= $alert['issueidyogosha']; @@ -757,9 +761,6 @@ foreach ($arrayofalerts as $alert) { } $html .= ' | '; $html .= ''.$alert['title'].' | '; - $html .= ''; - $html .= preg_replace('/T.*$/', '', $alert['created_at']); - $html .= ' | '; $html .= '