Skip to content

Commit 423f1ad

Browse files
authored
Merge pull request #1213 from rakibdevs/patch-1
Fix duplicate 'img' tag in standalone button image preview
2 parents 6e79e4e + 3b7c03c commit 423f1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ If you are going to use filemanager independently, meaning set the value of an i
197197
</span>
198198
<input id="thumbnail" class="form-control" type="text" name="filepath">
199199
</div>
200-
<img id="holder" style="margin-top:15px;max-height:100px;">
200+
<div id="holder" style="margin-top:15px;max-height:100px;"></div>
201201
```
202202
1. Import lfm.js(run `php artisan vendor:publish` if you need).
203203

0 commit comments

Comments
 (0)