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