Amends last commit: don't use https for google charts.

They don't have a certificate.
This commit is contained in:
John MacFarlane 2015-06-09 12:37:35 -07:00
parent 8c47bd63e8
commit dc0e5c34b7

View file

@ -813,7 +813,7 @@ options =
(\arg opt -> do
let url' = case arg of
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' })
"URL")
"" -- "Use web service for HTML math"