Skip to content

Commit

Permalink
Update system/Debug/Toolbar/Views/toolbar.tpl.php
Browse files Browse the repository at this point in the history
Co-authored-by: MGatner <mgatner@icloud.com>
  • Loading branch information
paulbalandan and MGatner authored Sep 18, 2021
1 parent f483a99 commit 3c74f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Debug/Toolbar/Views/toolbar.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
</div>
</div>
<style type="text/css">
<?php foreach ($styles as $name => $style) : ?>
<?php foreach ($styles as $name => $style): ?>
<?= sprintf(".%s { %s }\n", $name, $style) ?>
<?php endforeach ?>
</style>

0 comments on commit 3c74f86

Please sign in to comment.