mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 09:26:37 +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',
|
'type': 'object/hook',
|
||||||
'data': {
|
'data': {
|
||||||
'html': '<sup><small><a href="#">[1]</a></small><sup>'
|
'html': '<sup><small><a href="#">[1]</a></small></sup>'
|
||||||
},
|
},
|
||||||
'range': {
|
'range': {
|
||||||
'start': 118,
|
'start': 118,
|
||||||
|
@ -77,7 +77,7 @@ $(document).ready( function() {
|
||||||
{
|
{
|
||||||
'type': 'object/template',
|
'type': 'object/template',
|
||||||
'data': {
|
'data': {
|
||||||
'html': '<sup><small>[<a href="#">citation needed</a>]</small><sup>'
|
'html': '<sup><small>[<a href="#">citation needed</a>]</small></sup>'
|
||||||
},
|
},
|
||||||
'range': {
|
'range': {
|
||||||
'start': 456,
|
'start': 456,
|
||||||
|
|
Loading…
Reference in a new issue