Spaces:
Runtime error
Runtime error
Update templates/text.html
Browse files- templates/text.html +1 -1
templates/text.html
CHANGED
@@ -162,7 +162,7 @@
|
|
162 |
{% if text %}
|
163 |
{% for text_item in text %}
|
164 |
<div class="search-result">
|
165 |
-
<a href="{{ text_item['href'] }}" class="result-title">{{ text_item['title'] }}</a>
|
166 |
<!-- <div class="result-url">{{ text_item['href'] }}</div> -->
|
167 |
<div class="result-snippet">{{ text_item['body'] }}</div>
|
168 |
</div>
|
|
|
162 |
{% if text %}
|
163 |
{% for text_item in text %}
|
164 |
<div class="search-result">
|
165 |
+
<a href="{{ text_item['href'] }}" class="result-title" target="_blank">{{ text_item['title'] }}</a>
|
166 |
<!-- <div class="result-url">{{ text_item['href'] }}</div> -->
|
167 |
<div class="result-snippet">{{ text_item['body'] }}</div>
|
168 |
</div>
|