X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fhtml2plain.php;h=21261327db82aefc2ce9dda46c8d930155fb390d;hb=91d1ef36d8e2bd117160418cb82a39c7b2353c91;hp=7aa20500a57a1ad2594fa4f489743035dc343ebb;hpb=c3867f4ce4249079e1dba04ebfdc74457afbee7b;p=friendica.git diff --git a/include/html2plain.php b/include/html2plain.php index 7aa20500a5..21261327db 100644 --- a/include/html2plain.php +++ b/include/html2plain.php @@ -157,7 +157,7 @@ function html2plain($html, $wraplength = 75, $compact = false) //node2bbcode($doc, 'ol', array(), "\n[list=1]", "[/list]\n"); node2bbcode($doc, 'li', array(), "\n* ", "\n"); - node2bbcode($doc, 'hr', array(), str_repeat("-", 70), ""); + node2bbcode($doc, 'hr', array(), "\n".str_repeat("-", 70)."\n", ""); node2bbcode($doc, 'tr', array(), "\n", ""); node2bbcode($doc, 'td', array(), "\t", "");