summaryrefslogtreecommitdiff
path: root/app/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/constants.php')
-rw-r--r--app/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.php b/app/constants.php
index 8c23da81..08759cbd 100644
--- a/app/constants.php
+++ b/app/constants.php
@@ -75,4 +75,4 @@ defined('ENABLE_XFRAME') or define('ENABLE_XFRAME', true);
defined('FILES_DIR') or define('FILES_DIR', 'data/files/');
// Escape html inside markdown text
-define('MARKDOWN_ESCAPED', true);
+defined('MARKDOWN_ESCAPE_HTML') or define('MARKDOWN_ESCAPE_HTML', true);