1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 15:22: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:
Bob Trahan 2013-02-04 18:32:03 -08:00
parent af1f57b37a
commit c7635d8bc6

View file

@ -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(