using htmlspecialchars from the html-class

This commit is contained in:
Ralf Becker 2004-04-12 12:28:35 +00:00
parent 793f5df7b5
commit 20e1983d37

View File

@ -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));
}
}