浏览代码

Update config

Daniel Supernault 6 年之前
父节点
当前提交
82b7782c2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/purify.php

+ 1 - 1
config/purify.php

@@ -67,7 +67,7 @@ return [
         |
         */
 
-        'HTML.Allowed' => 'a[href|title|rel],p,strong,em,i,u,h1,h2,h3,h4,h5,ul,ol,li',
+        'HTML.Allowed' => 'a[href|title|rel],p,strong,em,i,u,h1,h2,h3,h4,h5,ul,ol,li,br',
 
         /*
         |--------------------------------------------------------------------------