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:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-09-17 19:25:47 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-09-17 20:40:52 +0400
commit00772a84701cbfbd794db1d9c40f8cd98a40b9b2 (patch)
treecb0ba7ce1bab6892b22c93575168ff749e272d7d /search
parentb40925ae1747ae44a52fb1f8dcf7645d022c6f13 (diff)
use correct doublequotes in template, remove container
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>