fix formatting of MulitpleChoice tasks (fixes #137)

This commit is contained in:
oliver 2016-02-12 10:28:24 +01:00
commit 880b91d5e6
4 changed files with 12 additions and 8 deletions

View file

@ -165,7 +165,7 @@
<a class="cta orange" href="<?=$linker->link(array('charactergroupsquests','quest',$seminary['url'],$groupsgroup['url'],$quest['url']))?>"><?=_('Back to overview')?></a>
</p>
<?php else : ?>
<div class="text">
<div>
<?=$t->t($station['task'])?>
<?=$task?>
</div>

View file

@ -77,7 +77,7 @@
<?php endif ?>
<?php if($queststatus != 'solved') : ?>
<div class="text">
<div>
<?=$t->t($quest['task'])?>
<?=$task?>
</div>