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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-02-28 19:32:17 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-02-28 19:32:17 +0400
commitce6f7fca1b3fedc471f1f0586682907e996d51c9 (patch)
tree37c17289b0ad36da25f55f7dad13676474338eee /search
parentbca3a6f8fa6ed52f29f3b6cb80a7fc396efc9262 (diff)
Remove some echo calls
Diffstat (limited to 'search')
-rw-r--r--search/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/templates/index.php b/search/templates/index.php
index fed7a58e4..879375466 100644
--- a/search/templates/index.php
+++ b/search/templates/index.php
@@ -34,7 +34,7 @@
</tr>
</thead>
<tbody id="fileList">
- <?php echo($_['fileList']); ?>
+ <?php print_unescaped($_['fileList']); ?>
</tbody>
</table>
<div id="editor"></div>