mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
using htmlspecialchars from the html-class
This commit is contained in:
parent
793f5df7b5
commit
20e1983d37
@ -55,7 +55,7 @@
|
|||||||
foreach ($value as $link)
|
foreach ($value as $link)
|
||||||
{
|
{
|
||||||
$str .= ($str !== '' ? ', ' : '') . $tmpl->html->a_href(
|
$str .= ($str !== '' ? ', ' : '') . $tmpl->html->a_href(
|
||||||
htmlentities($this->link->title($link['app'],$link['id'])),
|
$tmpl->html->htmlspecialchars($this->link->title($link['app'],$link['id'])),
|
||||||
$this->link->view($link['app'],$link['id'],$link));
|
$this->link->view($link['app'],$link['id'],$link));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user