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:
parent
556c659875
commit
a896494ce5
1 changed files with 0 additions and 3 deletions
|
@ -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;'), ''),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue