Update icons.php

This commit is contained in:
Frédéric FRANCE 2025-01-27 11:27:34 +01:00 committed by GitHub
parent 3a19a7d277
commit 16f8de0f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ $documentation->showSidebar(); ?>
foreach ($fontAwesomeIcons as $iconData) {
$class= $iconData[1]??'fa';
if (!empty($iconData[2])) {
$class.= ' fa-'.$iconData[2]??'';
$class.= ' fa-'.$iconData[2];
} else {
$class.= ' fa-'.$iconData[0]??'';
}