--- nfo/php/libs/com.newsblob.phphtmllib/widgets/TextCSSNav.inc 2003/01/30 03:29:44 1.1.1.1
+++ 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.1.1.1 2003/01/30 03:29:44 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;