remove enclosing <p>-tags for Quest tasks
This commit is contained in:
parent
03b5ff0e95
commit
9b82a9c1bf
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if($queststatus != 'solved') : ?>
|
<?php if($queststatus != 'solved') : ?>
|
||||||
<p><?=$t->t($quest['task'])?></p>
|
<?=$t->t($quest['task'])?>
|
||||||
<?=$task?>
|
<?=$task?>
|
||||||
|
|
||||||
<?php if($solved && empty($queststatus)) : ?>
|
<?php if($solved && empty($queststatus)) : ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue