From 39491976e11f2e105fe7c079b18ebbd3aadc563c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Apr 2024 19:26:37 +0200 Subject: [PATCH] Fix title --- dev/tools/apstats.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index 110f12e4506..3fc890137d6 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -690,7 +690,7 @@ $html .= '

Contributors

$html .= '
'."\n"; $html .= <<Thumbs of most active contributores +

Thumbs of most active contributors

Dolibarr
@@ -821,10 +821,11 @@ if (count($output_phan_json) != 0) { // Last security errors -$title_security = ($project ? "[".$project."] " : "")."Last security issues"; +$title_security_short = "Last security issues"; +$title_security = ($project ? "[".$project."] " : "").$title_security_short; $html .= '
'."\n"; -$html .= '

'.$title_security.' (last '.($nbofmonth != 1 ? $nbofmonth.' months' : 'month').')

'."\n"; +$html .= '

'.$title_security_short.' (last '.($nbofmonth != 1 ? $nbofmonth.' months' : 'month').')

'."\n"; $html .= '
'."\n"; $html .= '
'."\n";