Skip to content

Commit

Permalink
[ESC-340] Fix Underline on text block (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Nahum <[email protected]>
  • Loading branch information
chiragchhatrala and JhumanJ authored Oct 21, 2024
1 parent 0208b0c commit 469031c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/purify.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'configs' => [

'default' => [
'HTML.Allowed' => 'h1,h2,b,strong,i,em,a[href|title],ul,ol,li,p,br,span,*[style]',
'HTML.Allowed' => 'h1,h2,b,u,strong,i,em,a[href|title],ul,ol,li,p,br,span,*[style]',
'HTML.ForbiddenElements' => '',
'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,text-decoration,color,text-align',

Expand Down

0 comments on commit 469031c

Please sign in to comment.