diff options
Diffstat (limited to 'app/Template/search/index.php')
-rw-r--r-- | app/Template/search/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/search/index.php b/app/Template/search/index.php index 405c88cd..9a5f2931 100644 --- a/app/Template/search/index.php +++ b/app/Template/search/index.php @@ -22,7 +22,7 @@ </div> <?php if (empty($values['search'])): ?> - <div class="listing"> + <div class="panel"> <h3><?= t('Advanced search') ?></h3> <p><?= t('Example of query: ') ?><strong>project:"My project" assignee:me due:tomorrow</strong></p> <ul> |