diff options
Diffstat (limited to 'app/Template/category/index.php')
-rw-r--r-- | app/Template/category/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Template/category/index.php b/app/Template/category/index.php index f7657be2..1ef67fdb 100644 --- a/app/Template/category/index.php +++ b/app/Template/category/index.php @@ -31,9 +31,7 @@ <?= $this->text->e($category['name']) ?> <?php if (! empty($category['description'])): ?> - <span class="tooltip" title="<?= $this->text->markdownAttribute($category['description']) ?>"> - <i class="fa fa-info-circle"></i> - </span> + <?= $this->app->tooltipMarkdown($category['description']) ?> <?php endif ?> </td> </tr> |