Differential D8727 Diff 20695 src/applications/diffusion/controller/DiffusionBrowseFileController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/controller/DiffusionBrowseFileController.php
| Show First 20 Lines • Show All 783 Lines • ▼ Show 20 Lines | foreach ($display as $line) { | ||||
| $blame[] = phutil_tag( | $blame[] = phutil_tag( | ||||
| 'td', | 'td', | ||||
| array( | array( | ||||
| ), | ), | ||||
| array( | array( | ||||
| $anchor_text, | $anchor_text, | ||||
| // NOTE: See phabricator-oncopy behavior. | // NOTE: See phabricator-oncopy behavior. | ||||
| "\xE2\x81\xA0", | "\xE2\x80\x8B", | ||||
| // TODO: [HTML] Not ideal. | // TODO: [HTML] Not ideal. | ||||
| phutil_safe_html(str_replace("\t", ' ', $line['data'])), | phutil_safe_html(str_replace("\t", ' ', $line['data'])), | ||||
| )); | )); | ||||
| $rows[] = phutil_tag( | $rows[] = phutil_tag( | ||||
| 'tr', | 'tr', | ||||
| array( | array( | ||||
| ▲ Show 20 Lines • Show All 251 Lines • Show Last 20 Lines | |||||