Item/Tooltip
* fixed quote in faction link
This commit is contained in:
parent
3eeecf11cb
commit
294ba109df
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue