Aleksander Machniak
2014-05-12 e2b4760e846e8b74f2f674e1fa25d82ba21e7a2e
Fix invalid closing tag
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_text2html.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_text2html.php
@@ -54,7 +54,7 @@
        'break'  => "<br>\n",
        // prefix and suffix (wrapper element)
        'begin'  => '<div class="pre">',
        'end'    => '</end>',
        'end'    => '</div>',
        // enables links replacement
        'links'  => true,
    );