Skip to content

Commit

Permalink
[BP] Fixed another broken image related to #5299 (#5347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwallen authored and josegar74 committed Jan 14, 2021
1 parent fadad30 commit f8a9959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<div class="thumb-small"
title="{{thumb.title | gnLocalized: lang}}"
data-gn-img-modal="thumb"
style="background-image: url('{{thumb.lUrl || thumb.id}}')"/>
style="background-image: url('{{onlinesrcService.getApprovedUrl(thumb.lUrl || thumb.id)}}')"/>

<a href=""
class="onlinesrc-remove"
Expand Down

0 comments on commit f8a9959

Please sign in to comment.