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))