This commit is contained in:
Daniel 2025-06-14 09:24:43 +08:00
parent 11fdd64973
commit cef6bb9210
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -162,8 +162,8 @@ func fillAttributeViewGalleryCardCover(attrView *av.AttributeView, view *av.View
break
}
if titleImgCss := node.IALAttr("title-img"); "" != titleImgCss {
galleryCard.CoverURL = titleImgCss
if titleImgCSS := node.IALAttr("title-img"); "" != titleImgCSS {
galleryCard.CoverURL = titleImgCSS
break
}
}