Fixed improper nesting in demo content

This commit is contained in:
Trevor Parscal 2011-11-22 19:37:05 +00:00
parent c078ec9e22
commit 40416b5aef

View file

@ -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,