replaced comment form for a custom one
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user