Commit 63d8d47e authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fixing affichage description des macros (htmlentities)

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