diff --git a/docs/index.html b/docs/index.html
index ac14cb4..2f951a5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -33,13 +33,13 @@
CoCreate-modal
-
+
A draggable, customizable Pop up that toggle hiddent content via attributes. Great for multitasking and showing multiple views.
@@ -50,7 +50,7 @@
Usage
-
+
@@ -79,7 +79,7 @@
Usage
@@ -127,7 +127,7 @@ open_in string
Demo
-
+
@@ -144,10 +144,10 @@
Demo
@@ -158,7 +158,7 @@ Demo
diff --git a/src/modal.js b/src/modal.js
index 192f996..ddc9dd1 100644
--- a/src/modal.js
+++ b/src/modal.js
@@ -143,10 +143,10 @@ Modal.prototype = {
headerTemplate = header
else
headerTemplate = ``;
this.el.innerHTML = headerTemplate + this.el.innerHTML;