minor fix
This commit is contained in:
parent
df88db926d
commit
b618bad51c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue