Skip to content

Commit

Permalink
don't encode &
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Apr 13, 2015
1 parent 47b3a52 commit 20111b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DefaultBrowserAction.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ - (void)handleURL:(NSString *)url {
NULL,
(CFStringRef)decodedURL,
(CFStringRef)@"#",
(CFStringRef)@" &",
(CFStringRef)@" ",
kCFStringEncodingUTF8 );
NSArray *urls = [NSArray arrayWithObject:[NSURL URLWithString:newURL]];
[newURL release];
Expand Down

0 comments on commit 20111b9

Please sign in to comment.