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",