Skip to content
Snippets Groups Projects
Commit 63d8d47e authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fixing affichage description des macros (htmlentities)

parent 0a1c1d48
No related tags found
No related merge requests found
Pipeline #38811 failed
...@@ -85,7 +85,7 @@ $this->headTitle($title); ...@@ -85,7 +85,7 @@ $this->headTitle($title);
<?php echo $macro->getCode(); ?> <?php echo $macro->getCode(); ?>
<?php if ($macro->getDescription() !== null) : ?> <?php if ($macro->getDescription() !== null) : ?>
<span class="icon icon-information" data-bs-toggle="tooltip" data-bs-html="true" <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; ?> <?php endif; ?>
</td> </td>
<td> <td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment