Commit 0a1c1d48 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fixing affichage description des templates (htmlentities)

parent 62b9e451
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>