issues
search
UniSharp
/
laravel-filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.09k
stars
720
forks
source link
Fix duplicate 'img' tag in standalone button image preview
#1213
Closed
rakibdevs
closed
9 months ago
rakibdevs
commented
9 months ago
(optional) Issue number:
Summary of the change:
Replaced
img
tag with
div
. The issue causing a missing image preview by addressing the duplication of the 'img' tag in the code. Previously, the use of
resulted in the generation of
, leading to the absence of a preview.
streamtw
commented
9 months ago
Thanks @rakibdevs !
(optional) Issue number:
Summary of the change:
img
tag withdiv
. The issue causing a missing image preview by addressing the duplication of the 'img' tag in the code. Previously, the use of resulted in the generation of , leading to the absence of a preview.