@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-3
-3
src/view/form/control/AphrontFormControl.php
··· 241 241 $error, 242 242 $input, 243 243 $caption, 244 - 245 - // TODO: Remove this once the redesign finishes up. 246 - phutil_tag('div', array('style' => 'clear: both;'), ''), 247 244 )); 248 245 } 249 246 }