thomascube
2009-07-09 742d61aaf32875645f50456d263fe649db5eef0a
program/include/html.php
@@ -457,7 +457,7 @@
            unset($this->attrib['value']);
        }
        if (!empty($value) && !ereg('mce_editor', $this->attrib['class'])) {
        if (!empty($value) && !preg_match('/mce_editor/', $this->attrib['class'])) {
            $value = Q($value, 'strict', false);
        }