alecpl
2009-07-21 61e96cd1f9b32345fd15ae826674f38f0495baa3
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);
        }