forked from extern/egroupware
Finished moving all of the htmlentitites() to strip_html()
This commit is contained in:
parent
0ee9714eb5
commit
de79a3fc12
@ -180,7 +180,7 @@
|
||||
$field = $phpgw->db->f("ab_" . $column[0]);
|
||||
}
|
||||
|
||||
$field = htmlentities($field);
|
||||
$field = $phpgw->strip_html($field);
|
||||
|
||||
// Some fields require special formating.
|
||||
if ($column[0] == "url") {
|
||||
|
Loading…
Reference in New Issue
Block a user