@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.

Add space in header tags

Test Plan: Double clicked on the last word of title. Tag wasn't selected.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5462

+2 -1
externals/javelinjs/src
+2 -1
src/view/layout/PhabricatorHeaderView.php
··· 39 39 } 40 40 41 41 if ($this->tags) { 42 + $header[] = ' '; 42 43 $header[] = phutil_tag( 43 44 'span', 44 45 array( 45 46 'class' => 'phabricator-header-tags', 46 47 ), 47 - $this->tags); 48 + array_interleave(' ', $this->tags)); 48 49 } 49 50 50 51 return phutil_tag(