git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14658
7612ce4b-ef26-0410-bec9-
ea0150e637f0
* useful for indicating units, meanings of special values, etc.
* @var string
*/
+//TODO: add trailing_text_small as has been done with 1.4.x
var $trailing_text;
/**
* Text that overrides the "Yes" label for boolean
* @return string html formated output
*/
function createWidget_Info() {
- return sq_htmlspecialchars($this->value);
+ // return sq_htmlspecialchars($this->value);
+ // like COMMENT, allow HTML here
+ return $this->value;
}
/**