From a896494ce582a238ce130efc87b68cd1b301580e Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Fri, 2 Jan 2015 09:48:18 +1100 Subject: [PATCH] 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 --- src/view/form/control/AphrontFormControl.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/view/form/control/AphrontFormControl.php b/src/view/form/control/AphrontFormControl.php index ab4022a147..ec3dc95092 100644 --- a/src/view/form/control/AphrontFormControl.php +++ b/src/view/form/control/AphrontFormControl.php @@ -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;'), ''), )); } } -- 2.51.2