correct typo in template for Sidequests

This commit is contained in:
coderkun 2014-02-17 02:18:01 +01:00
commit 16189f5d12

View file

@ -33,6 +33,6 @@
<?php if($showtask) : ?>
<section>
<h1><?=_('Task')?></h1>
<p><?=\hhu\z\Utils::t(($sidequest['task'])?></p>
<p><?=\hhu\z\Utils::t($sidequest['task'])?></p>
</section>
<?php endif ?>