diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-13 11:50:16 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-13 11:50:16 +0200 | 
| commit | c28a42e3475535f033f4d51fc8cd24febb28afd5 (patch) | |
| tree | aa7707aa5469b3a12a2c076856ab5440b1cef70a | |
| parent | 7bde6cb5d87a18be9df288cf67b2b07ff2294dd7 (diff) | |
| download | zorglub-c28a42e3475535f033f4d51fc8cd24febb28afd5.zip zorglub-c28a42e3475535f033f4d51fc8cd24febb28afd5.tar.gz | |
haml encoding option is deprecated
| -rw-r--r-- | lib/zorglub/app.rb | 1 | 
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: { | 
