replaced comment form for a custom one

This commit is contained in:
2026-03-14 19:31:10 +01:00
parent 00c23b43de
commit ef7c5ccec8
5 changed files with 115 additions and 80 deletions

View File

@@ -379,9 +379,11 @@ class PartnerExpoSearch {
div.className = "pexpo-core-card";
div.innerHTML = `
<div class="pexpo-core-imageWrap">
<img src="${this.escapeHtml(r.image || '')}"
alt="${this.escapeHtml(r.title)}"
style="width:100%; border-radius:10px; object-fit:cover;" />
<a href="${this.escapeHtml(r.url)}" target="_self" rel="noopener noreferrer">
<img src="${this.escapeHtml(r.image || '')}"
alt="${this.escapeHtml(r.title)}"
style="width:100%; border-radius:10px; object-fit:cover;" />
</a>
</div>
<div class="pexpo-core-cardTop">
<a href="${this.escapeHtml(r.url)}" class="pexpo-core-title">${this.escapeHtml(r.title)}</a>