diff --git a/e107_themes/bootstrap/templates/news/news_template.php b/e107_themes/bootstrap/templates/news/news_template.php
index 5b9ea39bd..b00b8c8b1 100644
--- a/e107_themes/bootstrap/templates/news/news_template.php
+++ b/e107_themes/bootstrap/templates/news/news_template.php
@@ -20,7 +20,7 @@ global $sc_style;
{NEWSIMAGE}
{NEWSBODY}
- {EXTENDED}
+
{EXTENDED}
{EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS}
diff --git a/e107_themes/bootstrap/theme.php b/e107_themes/bootstrap/theme.php
index 2836162a2..f8e77dbd4 100644
--- a/e107_themes/bootstrap/theme.php
+++ b/e107_themes/bootstrap/theme.php
@@ -35,6 +35,8 @@ define('OTHERNEWS_LIMIT', 3); // Limit to 3.
define('OTHERNEWS2_COLS',false); // no tables, only divs.
define('OTHERNEWS2_LIMIT', 3); // Limit to 3.
+define('PRE_EXTENDEDSTRING', '
');
+
function tablestyle($caption, $text, $mode='')
{