From d553e6a68394e18f38021a773fd846f01315a759 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 6 Jan 2022 16:00:13 -0800 Subject: [PATCH] stupid fix. --- src/clj/auto_ap/server.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/server.clj b/src/clj/auto_ap/server.clj index 255867f6..81d92575 100644 --- a/src/clj/auto_ap/server.clj +++ b/src/clj/auto_ap/server.clj @@ -36,7 +36,7 @@ "text/javascript" "text/csv" "text/html" - "text/html;chartset=utf-8" + "text/html;charset=utf-8" "application/javascript" "application/csv" "application/edn"