--- nfo/php/libs/com.newsblob.phphtmllib/widgets/TextCSSNav.inc 2003/02/03 15:59:58 1.2 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/TextCSSNav.inc 2003/02/22 21:08:23 1.3 @@ -3,7 +3,7 @@ /** * This contains the TextNav widget * - * $Id: TextCSSNav.inc,v 1.2 2003/02/03 15:59:58 jonen Exp $ + * $Id: TextCSSNav.inc,v 1.3 2003/02/22 21:08:23 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -176,7 +176,7 @@ } $url .= "&".$this->_query_prefix."textcssnavselected=".$cnt; } - $obj = html_a($url, $nav["text"], "", $nav["target"], $nav["title"]); + $obj = html_a(htmlentities($url), $nav["text"], "", $nav["target"], $nav["title"]); if ($class != NULL) { if ($this->_highlight_selected && $this->_selected == $cnt) { $class = "selected".$class; @@ -216,7 +216,7 @@ $this->add_entry(".textnav", "a", array("font-family" => "sans-serif", - "font-size" => "10pt", + "font-size" => "8pt", "font-weight" => "bold", "text-decoration" => "none", "color" => "#FFFFFF",