aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/tooltip.php
blob: 8dbcd382421175fd5bd6b69a1e7a3690144d90f8 (plain)
1
2
3
4
<span class="tooltip tooltip-icon <? if ($important) echo 'tooltip-important'; ?>"
      tabindex="0" aria-label="<?= $html ? kill_format($text) : htmlReady($text) ?>">
    <span class="tooltip-content"><?= $html ? $text : htmlReady($text) ?></span>
</span>