diff --git a/addressbook/index.php b/addressbook/index.php index bdba36ce6d..d78d380a54 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -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") {