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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
Diffstat (limited to 'search')
-rw-r--r--search/templates/part.results.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/search/templates/part.results.php b/search/templates/part.results.php
index 1469e3468d3..b6e7bad4a2f 100644
--- a/search/templates/part.results.php
+++ b/search/templates/part.results.php
@@ -1,15 +1,14 @@
-<div id='searchresults'>
+<div id="searchresults">
<table>
<tbody>
- <tr class='template'>
- <td class='type'></td>
- <td class='result'>
+ <tr class="template">
+ <td class="type"></td>
+ <td class="result">
<a>
- <div class='name'></div>
- <div class='text'></div>
+ <div class="name"></div>
+ <div class="text"></div>
</a>
</td>
- <td class='container'></td>
</tr>
</tbody>
</table>