X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSanitizer.php;h=fa883fc6b89f35c8150e157e18bd035198e5d587;hb=ca7940324596c3ab336030de462342b635e2dfca;hp=7400a5aee85469373b4deb6bb8a33affe3890555;hpb=b772c92c1d5de772a86e7878fd9ff1cfbcea12c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index 7400a5aee8..fa883fc6b8 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -397,7 +397,7 @@ class Sanitizer { $htmlnest = array( # Tags that can be nested--?? 'table', 'tr', 'td', 'th', 'div', 'blockquote', 'ol', 'ul', 'li', 'dl', 'dt', 'dd', 'font', 'big', 'small', 'sub', 'sup', 'span', - 'var', 'kbd', 'samp' + 'var', 'kbd', 'samp', 'em', 'strong', 'q', 'ruby', 'bdo' ); $tabletags = array( # Can only appear inside table, we will close them 'td', 'th', 'tr',