Commit 7eb67461 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Modif rendu libs

parent 6736e243
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -290,7 +290,13 @@ echo getenv('APPLICATION_ENV') ?: 'development' ?>">
    <?php
    else: ?>
        <?php
        echo $this->content; ?>
        $content = $this->content;
        if (str_contains($content, 'class="container"')) {
            echo $content;
        } else {
            echo '<div class="container">' . $content . '</div>';
        }
        ?>
    <?php
    endif; ?>
</div>