Update file_dropper.tpl
This commit is contained in:
parent
a3aab9548e
commit
323e2b24a3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</label>
|
||||
<% if (ctx.allowUrls) { %>
|
||||
<div class='url-holder'>
|
||||
<textarea name="url" placeholder="<%- ctx.urlPlaceholder %>" rows="5"></textarea>
|
||||
<textarea name='url' placeholder='<%- ctx.urlPlaceholder %>' rows='5'></textarea>
|
||||
<% if (ctx.lock) { %>
|
||||
<button>Confirm</button>
|
||||
<% } else { %>
|
||||
|
|
Reference in a new issue