mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
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:
parent
af1f57b37a
commit
c7635d8bc6
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue