diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-30 20:47:42 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-30 20:47:42 -0400 |
commit | 147f2015c0d1adeb6e248bcdd023fe67fc81154a (patch) | |
tree | 62e9ffa5a4664af40520dd3f144ffeb625725e7f /app/constants.php | |
parent | cb02acba94bf9966a1dcf58d7e6bf0d60aeb4c4a (diff) | |
parent | 2db1af88bbc2c9d72765577fd09ac588c5e67ebf (diff) |
Merge pull-request #738
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php index 82d26f2c..8c23da81 100644 --- a/app/constants.php +++ b/app/constants.php @@ -74,3 +74,5 @@ defined('ENABLE_XFRAME') or define('ENABLE_XFRAME', true); // Default files directory defined('FILES_DIR') or define('FILES_DIR', 'data/files/'); +// Escape html inside markdown text +define('MARKDOWN_ESCAPED', true); |