diff --git a/include/bbcode.php b/include/bbcode.php index 6ec24fa0b..735f267c3 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -295,9 +295,11 @@ function bb_parse_b64_crypt($match) { if(empty($match[2])) return; - $r .= '----- ENCRYPTED CONTENT -----' . PHP_EOL; - $r .= $match[2] . PHP_EOL; + $r .= ''; + $r .= '----- ENCRYPTED CONTENT -----' . '
'; + $r .= $match[2] . '
'; $r .= '----- END ENCRYPTED CONTENT -----'; + $r .= '
'; return $r;