From 56722ee6fcfba6f31181f4a89678a9d815c50e1c Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 21 Sep 2020 08:24:38 +0200 Subject: [PATCH] fix indentation in webapp config readme Signed-off-by: Felix Bartels --- php/README.md | 6 +++--- webapp/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php/README.md b/php/README.md index 09d659b..767dd13 100644 --- a/php/README.md +++ b/php/README.md @@ -25,13 +25,13 @@ General prefix| | KCCONF_WEBAPPPLUGIN_MDM_PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM=true ^ ^ ^ ^ ^ | | | | | -General prefix | | | +General prefix | | | | | | | Special value to signal the change should go into config-$identifier.php (located in /etc/kopano/webapp) | | | Identifier for the configuration file (config-$identifier.php) - | | - Name of the configuration option in the configuration file + | | + Name of the configuration option in the configuration file | Value of the configuration option ``` diff --git a/webapp/README.md b/webapp/README.md index 6e8b9d1..2b8aab8 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -25,13 +25,13 @@ General prefix| | KCCONF_WEBAPPPLUGIN_MDM_PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM=true ^ ^ ^ ^ ^ | | | | | -General prefix | | | +General prefix | | | | | | | Special value to signal the change should go into config-$identifier.php (located in /etc/kopano/webapp) | | | Identifier for the configuration file (config-$identifier.php) - | | - Name of the configuration option in the configuration file + | | + Name of the configuration option in the configuration file | Value of the configuration option ```