Skip to content

Commit

Permalink
Merge pull request #605 from dubbl/master
Browse files Browse the repository at this point in the history
Allowing <s> strike-through tag
  • Loading branch information
SSilence committed Dec 25, 2014
2 parents 4212305 + 209daad commit 9b7d5ff
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 @@ -232,7 +232,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 9b7d5ff

Please # to comment.