Item/Tooltip

* fixed quote in faction link
This commit is contained in:
Sarjuuk
2017-02-13 01:43:59 +01:00
parent 3eeecf11cb
commit 294ba109df

View File

@@ -843,7 +843,7 @@ class ItemList extends BaseType
// required reputation w/ faction
if ($reqFac = $this->curTpl['requiredFaction'])
$x .= sprintf(Lang::game('requires'), '<a class="q1" href=?faction="'.$reqFac.'">'.FactionList::getName($reqFac).'</a> - '.Lang::game('rep', $this->curTpl['requiredFactionRank'])).'<br />';
$x .= sprintf(Lang::game('requires'), '<a class="q1" href="?faction='.$reqFac.'">'.FactionList::getName($reqFac).'</a> - '.Lang::game('rep', $this->curTpl['requiredFactionRank'])).'<br />';
// locked or openable
if ($locks = Lang::getLocks($this->curTpl['lockId'], true))