correct typo in template for Sidequests
This commit is contained in:
parent
fc7124d0ab
commit
ce37201149
1 changed files with 1 additions and 1 deletions
|
|
@ -33,6 +33,6 @@
|
||||||
<?php if($showtask) : ?>
|
<?php if($showtask) : ?>
|
||||||
<section>
|
<section>
|
||||||
<h1><?=_('Task')?></h1>
|
<h1><?=_('Task')?></h1>
|
||||||
<p><?=\hhu\z\Utils::t(($sidequest['task'])?></p>
|
<p><?=\hhu\z\Utils::t($sidequest['task'])?></p>
|
||||||
</section>
|
</section>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue