Aleksander Machniak
2015-06-17 fec877f038b62753e1d3565e0e4dec4c4a304ada
program/lib/Roundcube/rcube_html2text.php
@@ -517,6 +517,11 @@
        // Ignored link types
        if (preg_match('!^(javascript:|mailto:|#)!i', $link)) {
            return $display;
        }
        // skip links with href == content (#1490434)
        if ($link === $display) {
            return $display;
        }