correct labels, Jdenticon renders PNG or SVG, both in pure PHP
This commit is contained in:
parent
89d575ace3
commit
c0758e7bbb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue