mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix: FastCGIUtils.outputHTML should do UTF8 encoding
This commit is contained in:
@@ -177,7 +177,7 @@ outputPNG x = do
|
||||
outputHTML :: String -> CGI CGIResult
|
||||
outputHTML x = do
|
||||
setHeader "Content-Type" "text/html"
|
||||
outputStrict x
|
||||
outputStrict $ UTF8.encodeString x
|
||||
|
||||
outputStrict :: String -> CGI CGIResult
|
||||
outputStrict x | x == x = output x
|
||||
|
||||
Reference in New Issue
Block a user