|
|
|
@ -117,7 +117,7 @@ CKEDITOR.plugins.reference_footnotes = { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (text && text.length > 0 ) { |
|
|
|
if (text && text.length > 0 ) { |
|
|
|
realElement.setText(text); |
|
|
|
realElement.setHtml(text); |
|
|
|
} |
|
|
|
} |
|
|
|
realElement.setAttribute('value',value); |
|
|
|
realElement.setAttribute('value',value); |
|
|
|
if (page && page.length > 0) { |
|
|
|
if (page && page.length > 0) { |
|
|
|
|