Fix closing DIV tag on editor div example
Example code had two opening div tags previously.
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Then, create a div for the editor:
|
Then, create a div for the editor:
|
||||||
</p>
|
</p>
|
||||||
<pre class="code"><div id="compare"><div></pre>
|
<pre class="code"><div id="compare"></div></pre>
|
||||||
<p>
|
<p>
|
||||||
Then, initialize the 'compare' div with the mergely jquery plugin, setting
|
Then, initialize the 'compare' div with the mergely jquery plugin, setting
|
||||||
options as required:
|
options as required:
|
||||||
|
|||||||
Reference in New Issue
Block a user