Loading view/unicaen-renderer/macro/index.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ $this->headTitle($title); <?php echo $macro->getCode(); ?> <?php if ($macro->getDescription() !== null) : ?> <span class="icon icon-information" data-bs-toggle="tooltip" data-bs-html="true" title="<?php echo $macro->getDescription(); ?>"></span> title="<?php echo htmlentities($macro->getDescription()); ?>"></span> <?php endif; ?> </td> <td> Loading Loading
view/unicaen-renderer/macro/index.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ $this->headTitle($title); <?php echo $macro->getCode(); ?> <?php if ($macro->getDescription() !== null) : ?> <span class="icon icon-information" data-bs-toggle="tooltip" data-bs-html="true" title="<?php echo $macro->getDescription(); ?>"></span> title="<?php echo htmlentities($macro->getDescription()); ?>"></span> <?php endif; ?> </td> <td> Loading