Commit ea823cf0 authored by Aljaž Srebrnič's avatar Aljaž Srebrnič
Browse files

Remove markdownAttribute usage

That function was apparently removed in 1.2.5.
parent f5564456
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ?>