We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b817ec commit 3f2c5d8Copy full SHA for 3f2c5d8
app/views/partials/statements/item.blade.php
@@ -7,7 +7,7 @@
7
if( isset($statement['actor']['mbox']) ){
8
$avatar = \Locker\Helpers\Helpers::getGravatar( substr($statement['actor']['mbox'], 7), '20');
9
}else{
10
- $avatar = 'http://placehold.it/20X20';
+ $avatar = 'http://placehold.it/20x20';
11
}
12
13
if( isset($statement['actor']['name']) && $statement['actor']['name'] != ''){
@@ -101,4 +101,4 @@
101
102
</div>
103
104
-</div>
+</div>
0 commit comments