X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..31f486ab898cbb08631dec0594e3729b10be414c:/src/editor/views/dialog/templates/textarea.html

diff --git a/src/editor/views/dialog/templates/textarea.html b/src/editor/views/dialog/templates/textarea.html
index 50b7c50..bae15b3 100644
--- a/src/editor/views/dialog/templates/textarea.html
+++ b/src/editor/views/dialog/templates/textarea.html
@@ -1,5 +1,5 @@
-<p>
+<div>
     <label><%= label %></label>
-    <textarea name="<%= name %>" rows="5"></textarea>
+    <textarea name="<%= name %>" rows="5"><%= initialValue %></textarea>
     <span class="description"><%= description %></span>
-</p>
+</div>