diff --git a/e107_core/shortcodes/batch/bbcode_shortcodes.php b/e107_core/shortcodes/batch/bbcode_shortcodes.php
index 8a92e4b94..adf996190 100644
--- a/e107_core/shortcodes/batch/bbcode_shortcodes.php
+++ b/e107_core/shortcodes/batch/bbcode_shortcodes.php
@@ -29,8 +29,37 @@ class bbcode_shortcodes extends e_shortcode
// The BBcode Buttons.
function bb_format($id)
{
-
- $text = " \n
+ $text .="
+
+
+ \n
\n";
return $text;
}
diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php
index c3db95352..799acaf4f 100644
--- a/e107_handlers/admin_ui.php
+++ b/e107_handlers/admin_ui.php
@@ -5296,7 +5296,7 @@ class e_admin_form_ui extends e_form