summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/lib/Roundcube/rcube_text2html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_text2html.php b/program/lib/Roundcube/rcube_text2html.php
index e0502c42b..60016fffd 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,
);