We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749fb70 commit ad983f9Copy full SHA for ad983f9
1 file changed
Prima/Widget/Link.pm
@@ -99,6 +99,7 @@ sub open_browser
99
my ( $self, $url, $btn, $mod ) = @_;
100
101
if ( Prima::Application-> get_system_info-> {apc} == apc::Win32) {
102
+ $url =~ s/([&^|<>()])/^$1/g;
103
open UNIQUE_FILE_HANDLE_NEVER_TO_BE_CLOSED, "|start $url";
104
close UNIQUE_FILE_HANDLE_NEVER_TO_BE_CLOSED if 0;
105
} elsif ( $^O eq 'darwin') {
0 commit comments