Skip to content
Snippets Groups Projects
Commit d256f709 authored by Ron Lucke's avatar Ron Lucke Committed by Till Glöggler
Browse files

fix #1958

Closes #1958

Merge request studip/studip!1274
parent 2b0ac845
Branches
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@
<?= htmlReady($card['front_text']); ?>
</p>
<p>
<? if ($card['front_file_ref']): ?>
<? if ($card['back_file_ref']): ?>
<img src="<?= htmlReady($card['back_file_ref']->getDownloadURL()); ?>">
<? endif; ?>
<?= htmlReady($card['back_text']); ?>
</p>
<? endforeach; ?>
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment