fix fa icon categorie MesRessources api/edispatcher/items

This commit is contained in:
Pierre Cadeot 2021-03-09 13:51:05 +04:00
parent 2acf186c9b
commit 224cc87e77
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class ApiController extends Controller
$ret_str=$ret_str."<categorie>";
$ret_str=$ret_str."<nom>Mes Ressources</nom>";
$ret_str=$ret_str."<indice>-1</indice>";
$ret_str=$ret_str."<icone>fa-user-circle</icone>";
$ret_str=$ret_str."<icone>fa-star</icone>";
$ret_str=$ret_str."</categorie>";
}