KekmaTime commited on
Commit
574b21e
1 Parent(s): e03881d

updated-search.html

Browse files

added triple brackets in 'this.url' & 'this'

Files changed (1) hide show
  1. public/templates/search.html +2 -2
public/templates/search.html CHANGED
@@ -5,11 +5,11 @@
5
  {{#each results}}
6
  <div class="result">
7
  <h1><a href="{{this.visitingUrl}}">{{{this.title}}}</a></h1>
8
- <small>{{this.url}}</small>
9
  <p>{{{this.description}}}</p>
10
  <div class="upstream_engines">
11
  {{#each engine}}
12
- <span>{{this}}</span>
13
  {{/each}}
14
  </div>
15
  </div>
 
5
  {{#each results}}
6
  <div class="result">
7
  <h1><a href="{{this.visitingUrl}}">{{{this.title}}}</a></h1>
8
+ <small>{{{this.url}}}</small>
9
  <p>{{{this.description}}}</p>
10
  <div class="upstream_engines">
11
  {{#each engine}}
12
+ <span>{{{this}}}</span>
13
  {{/each}}
14
  </div>
15
  </div>