summaryrefslogtreecommitdiff
path: root/app/constants.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-30 20:52:30 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-30 20:52:30 -0400
commitb17f4b28ca948d223f12ceab96e38c018f32c6fd (patch)
tree9fab1d2a3ffaa4c392a5cd8ade4eb85be769ae2a /app/constants.php
parent147f2015c0d1adeb6e248bcdd023fe67fc81154a (diff)
Improve pull-request #738
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);