Select Git revision
tooltip.php
Forked from
Stud.IP / Stud.IP
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tooltip.php 192 B
<span class="tooltip tooltip-icon <? if ($important) echo 'tooltip-important'; ?>"
tabindex="0">
<span class="tooltip-content"><?= $html ? $text : htmlReady($text) ?></span>
</span>