editor: fix in toolbar - missing initial value for 'document' actions param
[fnpeditor.git] / src / editor / views / dialog / templates / textarea.html
1 <div>
2     <label><%= label %></label>
3     <textarea name="<%= name %>" rows="5"><%= initialValue %></textarea>
4     <span class="description"><%= description %></span>
5 </div>