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>
|
||||
Then, create a div for the editor:
|
||||
</p>
|
||||
<pre class="code"><div id="compare"><div></pre>
|
||||
<pre class="code"><div id="compare"></div></pre>
|
||||
<p>
|
||||
Then, initialize the 'compare' div with the mergely jquery plugin, setting
|
||||
options as required:
|
||||
|
||||
Reference in New Issue
Block a user