From: Chad Horohoe Date: Tue, 28 Sep 2010 15:41:55 +0000 (+0000) Subject: Followup r73880, forgot to give kbd and samp their attribute whitelists X-Git-Tag: 1.31.0-rc.0~34761 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=6ce0eb5ae5bf9105ab7fe1e4b3951b87d6d4ce79;p=lhc%2Fweb%2Fwiklou.git Followup r73880, forgot to give kbd and samp their attribute whitelists --- diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index ea36f25513..63d9978b26 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -1449,8 +1449,8 @@ class Sanitizer { 'cite' => $common, 'dfn' => $common, 'code' => $common, - # samp - # kbd + 'samp' => $common, + 'kbd' => $common, 'var' => $common, 'abbr' => $common, # acronym