From 43b93e7bc17518e705cc65feabf070a6fc97633f Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 14 Jun 2021 07:35:23 +0200 Subject: [PATCH] Fix CodeMirror mode for global style values form --- wcfsetup/install/files/acp/templates/styleGlobalValues.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/templates/styleGlobalValues.tpl b/wcfsetup/install/files/acp/templates/styleGlobalValues.tpl index a436ef179c..21672808ed 100644 --- a/wcfsetup/install/files/acp/templates/styleGlobalValues.tpl +++ b/wcfsetup/install/files/acp/templates/styleGlobalValues.tpl @@ -41,7 +41,7 @@ {/if} - {include file='codemirror' codemirrorMode='scss' codemirrorSelector='#styles'} + {include file='codemirror' codemirrorMode='sass' codemirrorSelector='#styles'} {event name='sections'} -- 2.20.1