Thomas Bruederli
2013-11-08 4a05e8a7e8a39aee331a1d5bc45fbc1710ac6a15
program/lib/Roundcube/rcube_washtml.php
@@ -455,7 +455,7 @@
        }
        // fix (unknown/malformed) HTML tags before "wash"
        $html = preg_replace_callback('/(<[\/]*)([^\s>]+)/', array($this, 'html_tag_callback'), $html);
        $html = preg_replace_callback('/(<(?!\!)[\/]*)([^\s>]+)/', array($this, 'html_tag_callback'), $html);
        // Remove invalid HTML comments (#1487759)
        // Don't remove valid conditional comments