1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 04:20:55 +01:00

Remove an empty div

Summary: I assume this can be removed now?

Test Plan: Not tested, hmm...

Reviewers: chad, epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11123
This commit is contained in:
Joshua Spence 2015-01-02 09:48:18 +11:00
parent 556c659875
commit a896494ce5

View file

@ -241,9 +241,6 @@ abstract class AphrontFormControl extends AphrontView {
$error,
$input,
$caption,
// TODO: Remove this once the redesign finishes up.
phutil_tag('div', array('style' => 'clear: both;'), ''),
));
}
}