diff --git a/lib/core_ext/string.rb b/lib/core_ext/string.rb
index 7564c067c..d7dd013f0 100644
--- a/lib/core_ext/string.rb
+++ b/lib/core_ext/string.rb
@@ -335,7 +335,7 @@ class String
'(
|
|
[[:space:]]*[[:space:]]*(On|Am|Le|El|Den|Dňa|W dniu|Il|Op|Dne|Dana)[[:space:]]', - '[[:space:]]*
[[:space:]]*(On|Am|Le|El|Den|Dňa|W dniu|Il|Op|Dne|Dana)[[:space:]].+?[[:space:]]*
[[:space:]]*(On|Am|Le|El|Den|Dňa|W dniu|Il|Op|Dne|Dana)[[:space:]].{1,500}' assert_equal(result, html.html2html_strict) + + html = "" + result = 'Dear Bob:Mr/MrsWe are one of the leading manufacturer and supplier of conduits and cars since 3000.Could you inform me the specification you need?May I sent you our products catalogues for your reference?Best regards!Welcome to our booth B11/1 Hall 13 during SOMEWHERE\n9999.Bob SmithExp. & Imp.Town Example Electric Co., Ltd.Tel: 0000-11-12345678 (Ext-220) Fax: 0000-11-12345678Room1234, NO. 638, Smith Road, Town, 200000, SomewhereWeb: www.example.com+' + assert_equal(result, html.html2html_strict) + + end endDear Bob:Mr/Mrs++We are one of the leading manufacturer and supplier of conduits and cars since 3000.++Could you inform me the specification you need?++May I sent you our products catalogues for your reference?++ +Best regards!++Welcome to our booth B11/1 Hall 13 during SOMEWHERE 9999.+++Bob Smith+++ +Exp. & Imp.+Town Example Electric Co., Ltd.+Tel: 0000-11-12345678 (Ext-220) Fax: 0000-11-12345678+Room1234, NO. 638, Smith Road, Town, 200000, Somewhere+Web: http://www.example.com ++