mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
fix encoding display from result links
This commit is contained in:
parent
afef407744
commit
1463074f35
2 changed files with 4 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
</h3>
|
||||
|
||||
<div class="result-url">
|
||||
<a href="<%= item['link'] %>"><%= item['link'] %></a>
|
||||
<a href="<%= item['link'] %>"><%= item['readable_link'] %></a>
|
||||
</div>
|
||||
|
||||
<p class="result-snippet">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue