Skip to content

Commit 3f2c5d8

Browse files
committed
Fixes placeholder after change in placehold.it API.
1 parent 3b817ec commit 3f2c5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/partials/statements/item.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if( isset($statement['actor']['mbox']) ){
88
$avatar = \Locker\Helpers\Helpers::getGravatar( substr($statement['actor']['mbox'], 7), '20');
99
}else{
10-
$avatar = 'http://placehold.it/20X20';
10+
$avatar = 'http://placehold.it/20x20';
1111
}
1212
1313
if( isset($statement['actor']['name']) && $statement['actor']['name'] != ''){
@@ -101,4 +101,4 @@
101101

102102
</div>
103103
</div>
104-
</div>
104+
</div>

0 commit comments

Comments
 (0)