diff options
Diffstat (limited to 'search/index.php')
-rw-r--r-- | search/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/search/index.php b/search/index.php index 518695c56d2..de55aec3999 100644 --- a/search/index.php +++ b/search/index.php @@ -49,5 +49,3 @@ foreach($results as $result){ $tmpl = new OC_Template( 'search', 'index', 'user' ); $tmpl->assign('resultTypes',$resultTypes); $tmpl->printPage(); - -?> |