From b00478d3b5e6d12e2c726fbdde931b5e64ad5da9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 30 Mar 2014 15:01:51 -0700 Subject: revise the sandbox --- include/bbcode.php | 2 +- include/oembed.php | 2 +- version.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bbcode.php b/include/bbcode.php index c8d1ab425..6f6e43568 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -234,7 +234,7 @@ function bbiframe($match) { // if(strpos($match[1],get_app()->get_hostname())) // return '' . $match[1] . ''; - return ''; + return ''; } function bb_ShareAttributesSimple($match) { diff --git a/include/oembed.php b/include/oembed.php index 46b1d72c4..691ef48fd 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -165,7 +165,7 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return ''; + return ''; } diff --git a/version.inc b/version.inc index 080731a40..6cbaffe4b 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-29.631 +2014-03-30.632 -- cgit v1.2.3