From 2257b67b3f8f5b716dccad5cc814e8b5471f0684 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 21 Aug 2024 11:54:44 +0200 Subject: [PATCH] fix(admin_manual): Fix formatting in text app configuration docs Signed-off-by: Jonas --- admin_manual/configuration_server/text_configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/text_configuration.rst b/admin_manual/configuration_server/text_configuration.rst index 9412ce04492..39ba367cffa 100644 --- a/admin_manual/configuration_server/text_configuration.rst +++ b/admin_manual/configuration_server/text_configuration.rst @@ -32,11 +32,11 @@ Rich text editing can be turned off globally to always open markdown files in th occ config:app:set text rich_editing_enabled --value=0 - File encodings - -------------- +File encodings +-------------- - Text can automatically detect encodings of files and will convert them to UTF-8 when saving. Due to the variety of encodings, not all of them can be detected, however you can configure a list of encodings and in which priority they should be detected using the php ``mbstring.detect_order`` setting in your php.ini: +Text can automatically detect encodings of files and will convert them to UTF-8 when saving. Due to the variety of encodings, not all of them can be detected, however you can configure a list of encodings and in which priority they should be detected using the php ``mbstring.detect_order`` setting in your php.ini: :: - mbstring.detect_order = ASCII,JIS,UTF-8,SJIS,EUC-JP + mbstring.detect_order = ASCII,JIS,UTF-8,SJIS,EUC-JP