X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..58ba604b1c414d5484d8165c38662050809655aa:/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..839e7f4 100644
--- a/src/editor/views/dialog/templates/textarea.html
+++ b/src/editor/views/dialog/templates/textarea.html
@@ -1,5 +1,5 @@
 <p>
     <label><%= label %></label>
-    <textarea name="<%= name %>" rows="5"></textarea>
+    <textarea name="<%= name %>" rows="5"><%= initialValue %></textarea>
     <span class="description"><%= description %></span>
 </p>