Amends last commit: don't use https for google charts.
They don't have a certificate.
This commit is contained in:
parent
8c47bd63e8
commit
dc0e5c34b7
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ options =
|
||||||
(\arg opt -> do
|
(\arg opt -> do
|
||||||
let url' = case arg of
|
let url' = case arg of
|
||||||
Just u -> u
|
Just u -> u
|
||||||
Nothing -> "https://chart.apis.google.com/chart?cht=tx&chl="
|
Nothing -> "http://chart.apis.google.com/chart?cht=tx&chl="
|
||||||
return opt { optHTMLMathMethod = WebTeX url' })
|
return opt { optHTMLMathMethod = WebTeX url' })
|
||||||
"URL")
|
"URL")
|
||||||
"" -- "Use web service for HTML math"
|
"" -- "Use web service for HTML math"
|
||||||
|
|
Loading…
Reference in a new issue