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