editor: minor canvas fix - apply list item style to all types of items on non enum...
[fnpeditor.git] / src / editor / views / dialog / templates / textarea.html
1 <p>
2     <label><%= label %></label>
3     <textarea name="<%= name %>" rows="5"><%= initialValue %></textarea>
4     <span class="description"><%= description %></span>
5 </p>