1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-30 01:10:58 +01:00

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:
Chad Little 2015-02-21 06:38:50 -08:00
parent 1d5825c695
commit 750595333b

View file

@ -53,7 +53,6 @@ final class PhabricatorUIExampleRenderController extends PhabricatorController {
array( array(
$crumbs, $crumbs,
$header, $header,
phutil_tag('br'),
$result, $result,
)); ));