Skip to content

Commit

Permalink
Merge pull request bigbluebutton#9414 from BenjaminBeichler/fix-thumb…
Browse files Browse the repository at this point in the history
…nail-lti-tool

fix broken thumbnail display in LTI-plugin
  • Loading branch information
ffdixon authored Jun 11, 2020
2 parents 18bb82f + 55e44e9 commit f6d9f9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bbb-lti/grails-app/views/tool/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
<g:if test="${r.published}">
<div>
<g:each in="${r.thumbnails}" var="thumbnail">
<g:each in="${thumbnail.content}" var="thumbnail_url">
<img src="${thumbnail_url}" class="thumbnail"/>
</g:each>
<img src="${thumbnail.content}" class="thumbnail"/>
</g:each>
</div>
</g:if>
Expand Down

0 comments on commit f6d9f9e

Please sign in to comment.