mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +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)
|
||||
{
|
||||
$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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user