r73911 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r73910
|
r73911
|
r73912
>
Date:
15:41, 28 September 2010
Author:
demon
Status:
ok (
Comments
)
Tags:
Comment:
Followup
r73880
, forgot to give kbd and samp their attribute whitelists
Modified paths:
/trunk/phase3/includes/Sanitizer.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Sanitizer.php
—
—
@@ -1449,8 +1449,8 @@
1450
1450
'cite' => $common,
1451
1451
'dfn' => $common,
1452
1452
'code' => $common,
1453
- # samp
1454
- # kbd
1453
+ 'samp' => $common,
1454
+ 'kbd' => $common,
1455
1455
'var' => $common,
1456
1456
'abbr' => $common,
1457
1457
# acronym
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r73880
More
bug 671
: whitelist <kbd> and <samp> for user input. Followup per
r70164
'...
demon
11:12, 28 September 2010
Comments
#
Comment by
Brion VIBBER
(
talk
|
contribs
)
15:56, 28 September 2010
d'oh -- I keep hitting 'fixme' :P it's ok :D
Status & tagging log
15:56, 28 September 2010
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r73911
[
removed:
fixme
added:
ok]
15:56, 28 September 2010
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r73911
[
removed:
new
added:
fixme]