Skip to content
Snippets Groups Projects
Commit 86df91b5 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

bug suite bs5

parent b81326b3
No related branches found
No related tags found
No related merge requests found
Pipeline #18147 passed
......@@ -482,7 +482,7 @@ class CodeGeneratorService
$id = uniqid('bloc_code_');
?>
<a role="button" data-toggle="collapse" href="#<?= $id ?>" aria-expanded="<?= $expanded ? 'true' : 'false' ?>" aria-controls="collapseExample">
<a role="button" data-bs-toggle="collapse" href="#<?= $id ?>" aria-expanded="<?= $expanded ? 'true' : 'false' ?>" aria-controls="collapseExample">
<?= $filename ?>
</a>
<?php if (!$write): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment