minor fix

This commit is contained in:
El RIDO 2018-04-30 18:26:33 +02:00
parent df88db926d
commit b618bad51c
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -323,7 +323,7 @@ if ($FILEUPLOAD):
<ul class="dropdown-menu">
<li id="filewrap">
<div>
<input type="file" id="file" name="file"/>
<input type="file" id="file" name="file" />
</div>
<div id="dragAndDropFileName" class="dragAndDropFile"><?php echo I18n::_('alternatively drag & drop a file or paste an image from the clipboard'); ?></div>
</li>