Misc/Fixup
* fix external links by escaping quest name as javascript
This commit is contained in:
parent
6660125154
commit
a5bd6ddc8a
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ class QuestPage extends GenericPage
|
|||
BUTTON_LINKS => array(
|
||||
'linkColor' => 'ffffff00',
|
||||
'linkId' => 'quest:'.$this->typeId.':'.$_level,
|
||||
'linkName' => Util::htmlEscape($this->subject->getField('name', true)),
|
||||
'linkName' => Util::jsEscape($this->subject->getField('name', true)),
|
||||
'type' => $this->type,
|
||||
'typeId' => $this->typeId
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue