From c6e7f6306c3475ff8d4f06e90b661929abf613a0 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 20 Apr 2017 05:17:00 +0000 Subject: [PATCH] Some standards --- include/ostatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ostatus.php b/include/ostatus.php index 6ca58fab6d..3b5ca3f813 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -1479,7 +1479,7 @@ class ostatus { $o = ""; $siteinfo = get_attached_data($item["body"]); - switch($siteinfo["type"]) { + switch ($siteinfo["type"]) { case 'photo': $imgdata = get_photo_info($siteinfo["image"]); $attributes = array("rel" => "enclosure",