fix space derp from cowboy commit rPc046aa64c16c7c2f956addba06dc7127a9f917be
Summary: yeehaw Test Plan: also, yeehaw Reviewers: vrana, epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D4815
This commit is contained in:
@@ -34,7 +34,7 @@ final class PhabricatorRemarkupRuleImageMacro
|
|||||||
if ($file) {
|
if ($file) {
|
||||||
$src_uri = $file->getBestURI();
|
$src_uri = $file->getBestURI();
|
||||||
$file_data = $file->getMetadata();
|
$file_data = $file->getMetadata();
|
||||||
$height = idx($file_data,PhabricatorFile::METADATA_IMAGE_HEIGHT);
|
$height = idx($file_data, PhabricatorFile::METADATA_IMAGE_HEIGHT);
|
||||||
$width = idx($file_data, PhabricatorFile::METADATA_IMAGE_WIDTH);
|
$width = idx($file_data, PhabricatorFile::METADATA_IMAGE_WIDTH);
|
||||||
if ($height && $width) {
|
if ($height && $width) {
|
||||||
$style = sprintf(
|
$style = sprintf(
|
||||||
|
|||||||
Reference in New Issue
Block a user