X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..b16226e229b843fe0920d8ab00da40af79a1233b:/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>