mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Fixed improper nesting in demo content
This commit is contained in:
parent
c078ec9e22
commit
40416b5aef
|
@ -67,7 +67,7 @@ $(document).ready( function() {
|
|||
{
|
||||
'type': 'object/hook',
|
||||
'data': {
|
||||
'html': '<sup><small><a href="#">[1]</a></small><sup>'
|
||||
'html': '<sup><small><a href="#">[1]</a></small></sup>'
|
||||
},
|
||||
'range': {
|
||||
'start': 118,
|
||||
|
@ -77,7 +77,7 @@ $(document).ready( function() {
|
|||
{
|
||||
'type': 'object/template',
|
||||
'data': {
|
||||
'html': '<sup><small>[<a href="#">citation needed</a>]</small><sup>'
|
||||
'html': '<sup><small>[<a href="#">citation needed</a>]</small></sup>'
|
||||
},
|
||||
'range': {
|
||||
'start': 456,
|
||||
|
|
Loading…
Reference in a new issue