alecpl
2009-05-14 798ad5ea8e7f121e7c3ffaee2d96e15db3686dff
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);
        }