1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-20 10:48:40 +01:00

Remove a TODO comment

Summary: Ref T6852. Apparently, this is not a TODO.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: chad, Korvin, epriestley

Maniphest Tasks: T6852

Differential Revision: https://secure.phabricator.com/D11165
This commit is contained in:
Joshua Spence 2015-01-03 12:21:54 +11:00
parent c7cd844a07
commit 9a77c1636b

View file

@ -241,8 +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;'), ''),
));
}