From e2b4760e846e8b74f2f674e1fa25d82ba21e7a2e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 12 May 2014 19:08:25 +0200 Subject: Fix invalid closing tag --- program/lib/Roundcube/rcube_text2html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/lib/Roundcube/rcube_text2html.php') 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' => "
\n", // prefix and suffix (wrapper element) 'begin' => '
', - 'end' => '', + 'end' => '
', // enables links replacement 'links' => true, ); -- cgit v1.2.3