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

Fix double escaping after D4638

Auditors: epriestley

vrana fc6838b8 3e147dd6

+1 -1
+1 -1
src/applications/diffusion/view/DiffusionBrowseTableView.php
··· 240 240 'History', 241 241 'Edit', 242 242 'Path', 243 - ($lint ? phutil_escape_html($lint) : 'Lint'), 243 + ($lint ? $lint : 'Lint'), 244 244 'Modified', 245 245 'Date', 246 246 'Time',