summaryrefslogtreecommitdiff
path: root/app/Template/header/title.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/header/title.php')
-rw-r--r--app/Template/header/title.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Template/header/title.php b/app/Template/header/title.php
index 61c6ee9a..75fb1af7 100644
--- a/app/Template/header/title.php
+++ b/app/Template/header/title.php
@@ -10,8 +10,6 @@
<?php endif ?>
</span>
<?php if (! empty($description)): ?>
- <small class="tooltip" title="<?= $this->text->markdownAttribute($description) ?>">
- <i class="fa fa-info-circle"></i>
- </small>
+ <?= $this->app->tooltipMarkdown($description) ?>
<?php endif ?>
</h1>