Commit 86df91b5 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

bug suite bs5

parent b81326b3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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): ?>