Skip to content

Commit

Permalink
Allowing <s> strike-through tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dubbl committed Dec 19, 2014
1 parent 1de17f6 commit 209daad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/ContentLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ protected function sanitizeContent($content) {
"keep_bad" => 0,
"comment" => 1,
"cdata" => 1,
"elements" => 'div,p,ul,li,a,img,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol,br,table,tr,td,blockquote,pre,ins,del,th,thead,tbody,b,i,strong,em,tt,sub,sup'
"elements" => 'div,p,ul,li,a,img,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol,br,table,tr,td,blockquote,pre,ins,del,th,thead,tbody,b,i,strong,em,tt,sub,sup,s'
)
);
}
Expand Down

0 comments on commit 209daad

Please # to comment.