From b1a85992d7d54663ca19894549e1481092e878fc Mon Sep 17 00:00:00 2001 From: Felix Kronlage-Dammers Date: Thu, 25 Aug 2022 09:43:42 +0200 Subject: [PATCH] escape '|' so that markdown is rendered properly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30fd434..e74e9f5 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ For further details on the settings see: https://manual.limesurvey.org/Data_encr | BASE_URL | Application Base URL | | URL_FORMAT | URL Format. path or get | | TABLE_SESSION | Enable table sessions (true) | -| SHOW_SCRIPT_NAME | Script name in URL (true|false). Default: true | +| SHOW_SCRIPT_NAME | Script name in URL (true\|false). Default: true | | DEBUG | Debug level (0, 1, 2). Default: 0 | | DEBUG_SQL | SQL Debug level (0, 1, 2). Default 0 | | ENCRYPT_KEYPAIR | Data encryption keypair |