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:
authorMaxence Lange <maxence@artificial-owl.com>2018-05-23 13:12:28 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-05-23 13:12:28 +0300
commiteed8fbf16f617b57a2c2a4a5e844b40bf0bfb7c1 (patch)
treee5dc7ec3175e9f2f0a26293226068d7410471d5e /templates
parent3f77b92dbba07e270c9a1fe864803c45a1099a0c (diff)
display source
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'templates')
-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>