diff --git a/localization/locale_enus.php b/localization/locale_enus.php index 9eb1ff48..69975291 100644 --- a/localization/locale_enus.php +++ b/localization/locale_enus.php @@ -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", diff --git a/pages/quests.php b/pages/quests.php index 19c1dfb4..d982d5a1 100644 --- a/pages/quests.php +++ b/pages/quests.php @@ -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); diff --git a/template/pages/quest.tpl.php b/template/pages/quest.tpl.php index 4ae5ae37..50ca83ae 100644 --- a/template/pages/quest.tpl.php +++ b/template/pages/quest.tpl.php @@ -40,12 +40,12 @@ if ($e = $this->end):

 

-
objectiveList): if ($e = $this->end): + echo "
\n"; echo ' '.Lang::quest('providedItem').Lang::main('colon')."\n"; endif; ?>