Skip to content

Commit

Permalink
Merge pull request #1213 from rakibdevs/patch-1
Browse files Browse the repository at this point in the history
Fix duplicate 'img' tag in standalone button image preview
  • Loading branch information
streamtw committed Feb 16, 2024
2 parents 6e79e4e + 3b7c03c commit 423f1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ If you are going to use filemanager independently, meaning set the value of an i
</span>
<input id="thumbnail" class="form-control" type="text" name="filepath">
</div>
<img id="holder" style="margin-top:15px;max-height:100px;">
<div id="holder" style="margin-top:15px;max-height:100px;"></div>
```
1. Import lfm.js(run `php artisan vendor:publish` if you need).

Expand Down

0 comments on commit 423f1ad

Please sign in to comment.