1
0
Fork 0
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:
vrana 2012-04-06 15:54:45 -07:00
parent 3fdd8c497c
commit 58d0ee2de0

View file

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