File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
< div class ="info__guild-icon-container ">
42
42
< img class ="info__guild-icon hoverable "
43
43
src ="{{ log_entry.recipient.avatar_url }} "
44
- onerror ="this.src='{{ log_entry.recipient.default_avatar_url }}' "
44
+ onerror ="this.onerror=null;this. src='{{ log_entry.recipient.default_avatar_url }}' "
45
45
alt ="avatar ">
46
46
</ div >
47
47
< div class ="info__metadata ">
81
81
< div class ="chatlog__author-avatar-container ">
82
82
< img class ="chatlog__author-avatar "
83
83
src ="{{ group.author.avatar_url }} "
84
- onerror ="this.src='{{ group.author.default_avatar_url }}' "
84
+ onerror ="this.onerror=null;this. src='{{ group.author.default_avatar_url }}' "
85
85
alt ="avatar "/>
86
86
</ div >
87
87
242
242
$ ( '.dropdown-trigger' ) . dropdown ( { coverTrigger : false } ) ;
243
243
</ script >
244
244
</ body >
245
- </ html >
245
+ </ html >
You can’t perform that action at this time.
0 commit comments