0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

updated-search.html

added triple brackets in 'this.url' & 'this'
This commit is contained in:
KekmaTime 2023-06-25 22:59:15 +05:30 committed by GitHub
parent e03881d443
commit 574b21e5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
{{#each results}}
<div class="result">
<h1><a href="{{this.visitingUrl}}">{{{this.title}}}</a></h1>
<small>{{this.url}}</small>
<small>{{{this.url}}}</small>
<p>{{{this.description}}}</p>
<div class="upstream_engines">
{{#each engine}}
<span>{{this}}</span>
<span>{{{this}}}</span>
{{/each}}
</div>
</div>