diff --git a/include/oembed.php b/include/oembed.php index 69583167cf..a793bd8006 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -210,7 +210,7 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return ''; + return ''; } diff --git a/view/global.css b/view/global.css index c61ded6ae8..628bac7cfc 100644 --- a/view/global.css +++ b/view/global.css @@ -84,6 +84,10 @@ span.connector { position: relative; } +.embed_rich { + display: block; +} + /* Shared Messages */ .shared_header { height: 32px;