diff --git a/functions/functions.xhtml.php b/functions/functions.xhtml.php index b761fe00..383338b0 100644 --- a/functions/functions.xhtml.php +++ b/functions/functions.xhtml.php @@ -176,7 +176,7 @@ function display_chooser($elements, $selectid, $var, $useblank = true, $pass = f else if (strcmp($selected[1],$e[$selected[0]]) == 0) print "selected='selected'"; - print ">".$e['description'].""; + print ">".strip_tags($e['description']).""; } print ""; if ($indiv) print "";