id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 629,Escaping HTML with htmlspecialchars(),madcrock@…,,"It would be more like feature request: It would be useful to add possiblity to turn off escaping HTML in function CreateHtml(), because user may pass already escaped html. Simple solution: {{{ var $EscapeHTML = true; <...> function CreateHtml() { $HtmlValue = $this->EscapeHTML ? htmlspecialchars( $this->Value ) : $this->Value ; <...> }}} Best regards, Laurynas ---- Moved from SF:[[BR]] http://sourceforge.net/tracker/index.php?func=detail&aid=1174671&group_id=75348&atid=543656",New Feature,confirmed,Normal,,General,,,SF,