diff options
Diffstat (limited to 'app/Template/project_overview/information.php')
-rw-r--r-- | app/Template/project_overview/information.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_overview/information.php b/app/Template/project_overview/information.php index eb94551e..0fe53e08 100644 --- a/app/Template/project_overview/information.php +++ b/app/Template/project_overview/information.php @@ -3,7 +3,7 @@ <h3><a href="#" class="fa accordion-toggle"></a> <?= t('Information') ?></h3> </div> <div class="accordion-content"> - <div class="listing"> + <div class="panel"> <ul> <?php if ($project['owner_id'] > 0): ?> <li><?= t('Project owner: ') ?><strong><?= $this->text->e($project['owner_name'] ?: $project['owner_username']) ?></strong></li> |