Update file_dropper.tpl

This commit is contained in:
Fatih 2019-02-28 02:01:45 +01:00 committed by GitHub
parent a3aab9548e
commit 323e2b24a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
</label> </label>
<% if (ctx.allowUrls) { %> <% if (ctx.allowUrls) { %>
<div class='url-holder'> <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) { %> <% if (ctx.lock) { %>
<button>Confirm</button> <button>Confirm</button>
<% } else { %> <% } else { %>