From 6ce0eb5ae5bf9105ab7fe1e4b3951b87d6d4ce79 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 28 Sep 2010 15:41:55 +0000 Subject: [PATCH] Followup r73880, forgot to give kbd and samp their attribute whitelists --- includes/Sanitizer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1