diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index 3f1004d1dcf..69580e54d33 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -736,6 +736,7 @@ $html .= '
| Commit ID | Date | Reported on Yogosha | Reported on GIT | Reported on CVE | Title |
| ';
- $html .= ''.dol_trunc($alert['commitid'], 8).'';
+ $html .= ''.dol_trunc($alert['commitid'], 8).'';
$arrayofalerts[$key]['description'] .= ' Commit ID: '.$alert['commitid']; if (!empty($alert['commitidbis'])) { $html .= ' + | ';
$html .= ''; if (!empty($alert['issueid'])) { - $html .= '#'.$alert['issueid'].''; + $html .= '#'.$alert['issueid'].''; } else { //$html .= 'private'; } |