Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/navigate.php')
-rw-r--r--templates/navigate.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/navigate.php b/templates/navigate.php
index 419468d..3df12e9 100644
--- a/templates/navigate.php
+++ b/templates/navigate.php
@@ -62,12 +62,12 @@ Util::addStyle(Application::APP_NAME, 'navigate');
<script id="template_entry" type="text/template">
<div class="result_entry_default">
<div class="result_entry_left">
- <div id="title"></div>
- <div id="line1"></div>
- <div id="line2"></div>
+ <div id="title">&nbsp;</div>
+ <div id="line1">&nbsp;</div>
+ <div id="line2">&nbsp;</div>
</div>
<div class="result_entry_right">
- <div id="info">&nbsp;</div>
+ <div id="source">&nbsp;</div>
<div id="score">&nbsp;</div>
</div>
</div>