Remove unneeded br in UIExamples
Summary: This extra space isn't needed Test Plan: Visit most UIExample pages Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11845
This commit is contained in:
parent
1d5825c695
commit
750595333b
|
@ -53,7 +53,6 @@ final class PhabricatorUIExampleRenderController extends PhabricatorController {
|
||||||
array(
|
array(
|
||||||
$crumbs,
|
$crumbs,
|
||||||
$header,
|
$header,
|
||||||
phutil_tag('br'),
|
|
||||||
$result,
|
$result,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue