mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-08 22:01:03 +01:00
Improve Windows support
Test Plan: Display stacktrace, verify that filenames are links. Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2132
This commit is contained in:
parent
3fdd8c497c
commit
58d0ee2de0
1 changed files with 2 additions and 1 deletions
|
@ -572,7 +572,8 @@ class AphrontDefaultApplicationConfiguration
|
|||
);
|
||||
if (!$attrs['href']) {
|
||||
$attrs['href'] = sprintf($path, $callsigns[$lib]).
|
||||
$relative.'$'.$part['line'];
|
||||
str_replace(DIRECTORY_SEPARATOR, '/', $relative).
|
||||
'$'.$part['line'];
|
||||
$attrs['target'] = '_blank';
|
||||
}
|
||||
$file_name = phutil_render_tag(
|
||||
|
|
Loading…
Reference in a new issue