Update HTML Purifier config

This commit is contained in:
Daniel Supernault 2019-01-31 14:01:32 -07:00
parent 21107a7938
commit 23b96e3389
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

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