diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 1f638c2f52..4c895f5337 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1135,7 +1135,7 @@ class BBCode case self::API: $text = ($is_quote_share? '
' : '') . '' . html_entity_decode('♲', ENT_QUOTES, 'UTF-8') . ' ' . $author_contact['addr'] . ":
\n" . - '
' . $content . '
'; + '
' . $content . '
'; break; case self::DIASPORA: if (stripos(Strings::normaliseLink($attributes['link']), 'http://twitter.com/') === 0) { @@ -1160,7 +1160,7 @@ class BBCode $headline .= DI::l10n()->t('%2$s %3$s', $attributes['link'], $mention, $attributes['posted']); $headline .= ':

' . "\n"; - $text = ($is_quote_share? '
' : '') . $headline . '
' . trim($content) . '
' . "\n"; + $text = ($is_quote_share? '
' : '') . $headline . '
' . trim($content) . '
' . "\n"; break; case self::OSTATUS: diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl index 4db3b66c5c..c3a808d732 100644 --- a/view/templates/shared_content.tpl +++ b/view/templates/shared_content.tpl @@ -34,5 +34,5 @@ {{/if}} -
{{$content nofilter}}
+
{{$content nofilter}}