Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update modules/content/classes/render/widget-zig-zag-render.php
Browse files Browse the repository at this point in the history
Co-authored-by: Nurit Shahar <[email protected]>
mserino and nuritsha authored Sep 16, 2024

Verified

This commit was signed with the committer’s verified signature.
dcermak Dan Čermák
1 parent d0c5e32 commit 34af76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content/classes/render/widget-zig-zag-render.php
Original file line number Diff line number Diff line change
@@ -170,7 +170,7 @@ private function render_text_element_container( $item, $key ) {
[
'aria-hidden' => 'true',
'class' => 'e-zigzag__button-icon',
] ); ?>
] ); ?>

Check failure on line 173 in modules/content/classes/render/widget-zig-zag-render.php

GitHub Actions / Lint PHP files

Array closer not aligned correctly; expected 24 space(s) but found 20
<?php echo esc_html( $button_text ); ?>
</a>
</div>

0 comments on commit 34af76a

Please sign in to comment.