Skip to content

Commit

Permalink
Merge pull request #328 from glevhen/patch-1
Browse files Browse the repository at this point in the history
Removed excess quotation mark in class attribute
  • Loading branch information
adamwaclawczyk authored Dec 18, 2024
2 parents 71ac952 + 5cc22d2 commit fbc14e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $heroicons = $viewModels->require(HeroiconsOutline::class);
?>
<li
class="
<?= /* @noEscape */ (string) $nodeType === 'wrapper' ? $escaper->escapeHtmlAttr($nodeClasses) : '' ?>"
<?= /* @noEscape */ (string) $nodeType === 'wrapper' ? $escaper->escapeHtmlAttr($nodeClasses) : '' ?>
<?= (/* @noEscape */ (string) $nodeType === 'wrapper') && (/* @noEscape */ (int) $level > 2) ? '-ml-4' : '' ?>
"
>
Expand Down

0 comments on commit fbc14e9

Please sign in to comment.