FIX: <strike> was no longer whitelisted

This commit is contained in:
Robin Ward
2016-07-11 10:28:31 -04:00
parent e5293f2c9a
commit 4d65370797
2 changed files with 3 additions and 1 deletions

View File

@@ -149,5 +149,6 @@ whiteListFeature('default', [
'iframe[frameborder]',
'iframe[marginheight]',
'iframe[marginwidth]',
'kbd'
'kbd',
'strike'
]);