Index: trunk/phase3/includes/Sanitizer.php |
— | — | @@ -368,7 +368,8 @@ |
369 | 369 | 'h2', 'h3', 'h4', 'h5', 'h6', 'cite', 'code', 'em', 's', |
370 | 370 | 'strike', 'strong', 'tt', 'var', 'div', 'center', |
371 | 371 | 'blockquote', 'ol', 'ul', 'dl', 'table', 'caption', 'pre', |
372 | | - 'ruby', 'rt' , 'rb' , 'rp', 'p', 'span', 'u', 'abbr', 'dfn' |
| 372 | + 'ruby', 'rt' , 'rb' , 'rp', 'p', 'span', 'u', 'abbr', 'dfn', |
| 373 | + 'kbd', 'samp' |
373 | 374 | ); |
374 | 375 | $htmlsingle = array( |
375 | 376 | 'br', 'hr', 'li', 'dt', 'dd' |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -138,7 +138,7 @@ |
139 | 139 | because it encourages edits to be marked minor accidentally and it can be |
140 | 140 | easily replicated by custom user scripts for those who really want it. |
141 | 141 | * Non-file pages can no longer be moved to the file namespace, nor vice versa. |
142 | | -* (bug 671) The <dfn> element has been whitelisted in user input. |
| 142 | +* (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user input |
143 | 143 | * (bug 24563) Entries on Special:WhatLinksHere now have a link to their history |
144 | 144 | * (bug 21503) There's now a "reason" field when creating account for other users |
145 | 145 | * (bug 24418) action=markpatrolled now requires a token |