program/lib/Roundcube/rcube_washtml.php
@@ -345,14 +345,9 @@ case XML_HTML_DOCUMENT_NODE: $dump .= $this->dumpHtml($node, $level); break; case XML_DOCUMENT_TYPE_NODE: break; default: $dump .= '<!-- node type ' . $node->nodeType . ' -->'; } } while($node = $node->nextSibling); } while($node = $node->nextSibling); return $dump; }