From 294ba109dff11cb18fed283eff0794b7042d8dc6 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 13 Feb 2017 01:43:59 +0100 Subject: [PATCH] Item/Tooltip * fixed quote in faction link --- includes/types/item.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/types/item.class.php b/includes/types/item.class.php index 9673eb06..6448bc67 100644 --- a/includes/types/item.class.php +++ b/includes/types/item.class.php @@ -843,7 +843,7 @@ class ItemList extends BaseType // required reputation w/ faction if ($reqFac = $this->curTpl['requiredFaction']) - $x .= sprintf(Lang::game('requires'), ''.FactionList::getName($reqFac).' - '.Lang::game('rep', $this->curTpl['requiredFactionRank'])).'
'; + $x .= sprintf(Lang::game('requires'), ''.FactionList::getName($reqFac).' - '.Lang::game('rep', $this->curTpl['requiredFactionRank'])).'
'; // locked or openable if ($locks = Lang::getLocks($this->curTpl['lockId'], true))