diff options
Diffstat (limited to 'program/lib/Roundcube/rcube_text2html.php')
| -rw-r--r-- | program/lib/Roundcube/rcube_text2html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/program/lib/Roundcube/rcube_text2html.php b/program/lib/Roundcube/rcube_text2html.php index 5da771ac8..cb4390e5d 100644 --- a/program/lib/Roundcube/rcube_text2html.php +++ b/program/lib/Roundcube/rcube_text2html.php @@ -54,7 +54,7 @@ class rcube_text2html          'break'  => "<br>\n",          // prefix and suffix (wrapper element)          'begin'  => '<div class="pre">', -        'end'    => '</end>', +        'end'    => '</div>',          // enables links replacement          'links'  => true,      ); | 
