|
@@ -13,7 +13,7 @@ const onRecentblocks = (data: IWebSocketData) => {
|
|
<svg class="b3-list-item__graphic"><use xlink:href="#${getIconByType(item.type)}"></use></svg>
|
|
<svg class="b3-list-item__graphic"><use xlink:href="#${getIconByType(item.type)}"></use></svg>
|
|
<span class="b3-list-item__text">${item.content}</span>
|
|
<span class="b3-list-item__text">${item.content}</span>
|
|
</div>
|
|
</div>
|
|
-<div class="b3-list-item__meta">${item.hPath}</div>
|
|
|
|
|
|
+<div class="b3-list-item__meta">${Lute.EscapeHTMLStr(item.hPath)}</div>
|
|
</div>`;
|
|
</div>`;
|
|
});
|
|
});
|
|
document.querySelector("#searchPanel").innerHTML = resultHTML;
|
|
document.querySelector("#searchPanel").innerHTML = resultHTML;
|