r51643 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r51642
|
r51643
|
r51644
>
Date:
14:22, 9 June 2009
Author:
catrope
Status:
deferred
Tags:
Comment:
EditToolbar: Superscript is <sup>, not <super>
Modified paths:
/trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.js
—
—
@@ -498,9 +498,9 @@
499
499
action: {
500
500
type: 'encapsulate',
501
501
options: {
502
- pre: "<super>",
502
+ pre: "<sup>",
503
503
periMsg: 'edittoolbar-tool-format-superscript-example',
504
- post: "</super>"
504
+ post: "</sup>"
505
505
}
506
506
}
507
507
},
Status & tagging log
03:32, 15 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51643
[
removed:
new
added:
deferred]