summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-08-13 11:50:16 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2024-08-13 11:50:16 +0200
commitc28a42e3475535f033f4d51fc8cd24febb28afd5 (patch)
treeaa7707aa5469b3a12a2c076856ab5440b1cef70a /lib
parent7bde6cb5d87a18be9df288cf67b2b07ff2294dd7 (diff)
downloadzorglub-c28a42e3475535f033f4d51fc8cd24febb28afd5.zip
zorglub-c28a42e3475535f033f4d51fc8cd24febb28afd5.tar.gz
haml encoding option is deprecated
Diffstat (limited to 'lib')
-rw-r--r--lib/zorglub/app.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zorglub/app.rb b/lib/zorglub/app.rb
index 91635ab..c001ae5 100644
--- a/lib/zorglub/app.rb
+++ b/lib/zorglub/app.rb
@@ -18,7 +18,6 @@ module Zorglub
engines: {},
haml_options: {
format: :html5,
- encoding: 'utf-8',
escape_html: false
},
sass_options: {