Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Jul 22, 2024
1 parent 88818c7 commit b8c03f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/previewAdv.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ tinymce.PluginManager.add('previewAdv', (editor, url) => {
div.style.border = '1px solid #ccc'
div.style.textAlign = 'center'
div.style.margin = '10px 0'
div.innerHTML = 'Qui ci finiscono le ADV'
div.innerHTML = 'Spazio riservato per la pubblicità'
editor.dom.insertAfter(div, paragraphs[i])
advCount++
}
Expand Down

0 comments on commit b8c03f9

Please sign in to comment.