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 4141 < div class ="info__guild-icon-container ">
4242 < img class ="info__guild-icon hoverable "
4343 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 }}' "
4545 alt ="avatar ">
4646 </ div >
4747 < div class ="info__metadata ">
8181 < div class ="chatlog__author-avatar-container ">
8282 < img class ="chatlog__author-avatar "
8383 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 }}' "
8585 alt ="avatar "/>
8686 </ div >
8787
242242 $ ( '.dropdown-trigger' ) . dropdown ( { coverTrigger : false } ) ;
243243 </ script >
244244</ body >
245- </ html >
245+ </ html >
You can’t perform that action at this time.
0 commit comments