correct labels, Jdenticon renders PNG or SVG, both in pure PHP

This commit is contained in:
El RIDO 2022-11-07 19:09:16 +01:00
parent 89d575ace3
commit c0758e7bbb
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ $jdenticon = new Jdenticon(array(
),
));
$jdenticonGenerators = array(
'jdenticon GD' => 'png',
'jdenticon PNG' => 'png',
'jdenticon SVG' => 'svg',
);
$results = array(
@ -48,7 +48,7 @@ $results = array(
'lengths' => array(),
'time' => 0
),
'jdenticon GD' => array(
'jdenticon PNG' => array(
'lengths' => array(),
'time' => 0
),