misc fixes

This commit is contained in:
Sarjuuk
2015-06-28 19:23:26 +02:00
parent 7ec07c0dca
commit 2f767ba835
3 changed files with 3 additions and 3 deletions

View File

@@ -484,7 +484,7 @@ $lang = array(
'raidFaction' => "Raid faction",
'boss' => "Final boss",
'reqLevels' => "Required levels: [tooltip=instancereqlevel_tip]%d[/tooltip], [tooltip=lfgreqlevel_tip]%d[/tooltip]",
'zonePartOf' => "This zone is part of [zone=%].",
'zonePartOf' => "This zone is part of [zone=%s].",
'autoRez' => "Automatic resurrection",
'city' => "City",
'territory' => "Territory",

View File

@@ -22,7 +22,7 @@ class QuestsPage extends GenericPage
$this->validCats = Util::$questClasses; // needs reviewing (not allowed to set this as default)
$this->filterObj = new QuestListFilter();
$this->getCategoryFromUrl($pageParam);;
$this->getCategoryFromUrl($pageParam);
parent::__construct($pageCall, $pageParam);

View File

@@ -40,12 +40,12 @@ if ($e = $this->end):
<tr><th><p style="height: 26px; width: 30px;">&nbsp;</p></th><td><?php echo Lang::quest('suggestedPl').Lang::main('colon').$s; ?></td></tr>
<?php endif; ?>
</table>
<div class="pad"></div>
<?php
endif;
if ($o = $this->objectiveList):
if ($e = $this->end):
echo " <div class=\"pad\"></div>\n";
echo ' '.Lang::quest('providedItem').Lang::main('colon')."\n";
endif;
?>