diff --git a/boot.php b/boot.php index 2be34a5290..ac577887ca 100644 --- a/boot.php +++ b/boot.php @@ -910,7 +910,6 @@ function xmlify($str) { case "'" : $buffer .= '''; break; - case "\"" : $buffer .= '"'; break; diff --git a/include/html2bbcode.php b/include/html2bbcode.php index 688c014526..7cacadd65c 100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php @@ -32,7 +32,7 @@ function html2bbcode($s) { // Replace with $bbtags = array( - '', + "\n", '[b]$1[/b]', '[i]$1[/i]', '[u]$1[/u]',