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