From 2d13f34223e2453bf5dbec592b7d9af2289d3b86 Mon Sep 17 00:00:00 2001 From: Daniel Eck Date: Sun, 3 Sep 2017 06:18:40 -0600 Subject: [PATCH] Fix closing DIV tag on editor div example Example code had two opening div tags previously. --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 1e4bc21..9f4f6e8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@

Then, create a div for the editor:

-
<div id="compare"><div>
+
<div id="compare"></div>

Then, initialize the 'compare' div with the mergely jquery plugin, setting options as required: