diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/WebApp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 6b9b8f783..f3bed10cb 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -170,7 +170,7 @@ openBrowser mcmd htmlshim realurl outh errh = do where p = case mcmd of Just cmd -> proc cmd [htmlshim] - Nothing -> browserProc htmlshim url + Nothing -> browserProc url #ifdef __ANDROID__ {- Android does not support file:// urls, but neither is - the security of the url in the process table important |