mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Merge e16174da77 into ef99ffb858
This commit is contained in:
commit
741c4d94bb
|
|
@ -34,7 +34,7 @@ class HistoryCompletionOption
|
|||
<td class="title">${page.title}</td>
|
||||
<td class="content">
|
||||
${page.search ? "Search " : ""}
|
||||
<a class="url" target="_blank" href=${page.url}>${Completions.decodeUrlForDisplay(page.url)}</a>
|
||||
<span class="url">${Completions.decodeUrlForDisplay(page.url)}</span>
|
||||
</td>
|
||||
</tr>`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue