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

Revert "Remove an empty div"

Summary: This reverts commit a896494ce5 which caused T6852

Test Plan: Check, for example, the position of the 'Save Account Settings' button

Reviewers: joshuaspence, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6852

Differential Revision: https://secure.phabricator.com/D11157
This commit is contained in:
Alex Monk 2015-01-02 09:09:33 -08:00 committed by epriestley
parent 00495e3a0e
commit 2660b944be

View file

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