Loading Template/layout/title.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <?php endif ?> </span> <?php if (! empty($description)): ?> <small class="tooltip" title="<?= $this->text->markdownAttribute($description) ?>"> <small class="tooltip" title="<?= $this->text->markdown($description) ?>"> <i class="fa fa-info-circle"></i> </small> <?php endif ?> Loading Loading
Template/layout/title.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <?php endif ?> </span> <?php if (! empty($description)): ?> <small class="tooltip" title="<?= $this->text->markdownAttribute($description) ?>"> <small class="tooltip" title="<?= $this->text->markdown($description) ?>"> <i class="fa fa-info-circle"></i> </small> <?php endif ?> Loading