1
0
mirror of synced 2025-11-06 04:30:40 +08:00

Fix closing DIV tag on editor div example

Example code had two opening div tags previously.
This commit is contained in:
Daniel Eck
2017-09-03 06:18:40 -06:00
committed by GitHub
parent c8412d4387
commit 2d13f34223

View File

@@ -60,7 +60,7 @@
<p>
Then, create a div for the editor:
</p>
<pre class="code">&lt;div id="compare"&gt;&lt;div&gt;</pre>
<pre class="code">&lt;div id="compare"&gt;&lt;/div&gt;</pre>
<p>
Then, initialize the 'compare' div with the mergely jquery plugin, setting
options as required: