editor: automatically convert pasted urls to attachments to a proper links with ...
[fnpeditor.git] / src / editor / views / dialog / templates / select.html
index 4b5a1de..1e527a6 100644 (file)
@@ -1,4 +1,4 @@
-<p>
+<div>
     <div style="float: left; width:100px;"><%= label %>:</div>
     <select name="<%= name %>">
     <% options.forEach(function(option) { %>
@@ -6,4 +6,4 @@
     <% }); %>
     </select>
     <span class="description"><%= description %></span>
-</p>
\ No newline at end of file
+</div>
\ No newline at end of file