alecpl
2008-06-13 712b30dd2de49763f68ee6c8f7b8b24bdadb19d9
program/include/html.php
@@ -441,9 +441,10 @@
            unset($this->attrib['value']);
        }
        if (!empty($value) && !isset($this->attrib['mce_editable'])) {
        if (!empty($value) && !ereg('mce_editor', $this->attrib['class'])) {
            $value = Q($value, 'strict', false);
        }
        return self::tag($this->tagname, $this->attrib, $value, array_merge(self::$common_attrib, $this->allowed_attrib));
    }
}