diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-07-15 20:23:11 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-07-15 20:23:11 +0200 |
| commit | d776c4c77ddb59cb571f23bf4ef042bd0a246751 (patch) | |
| tree | a6bade87af127f5e54eff8c79a384f4613309816 /templates/error.php | |
| parent | 592c24c61edb8e50a5056f5ac265052b5c99d81b (diff) | |
| download | grauphel-d776c4c77ddb59cb571f23bf4ef042bd0a246751.tar.gz grauphel-d776c4c77ddb59cb571f23bf4ef042bd0a246751.zip | |
make search work in ownCloud 8.1
Diffstat (limited to 'templates/error.php')
| -rw-r--r-- | templates/error.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/error.php b/templates/error.php index 7ce4f8d..9ea4c33 100644 --- a/templates/error.php +++ b/templates/error.php @@ -1,6 +1,7 @@ <link rel="stylesheet" href="<?php p(OCP\Util::linkTo('grauphel','grauphel.css')); ?>" type="text/css"/> <div id="app-content" class="content"> + <div id="searchresults" class="hidden"></div> <div> <h1>grauphel - Tomboy notes server</h1> <h2>Error</h2> |
