Skip to content

Commit

Permalink
fix html due to code sniff fix
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Dec 9, 2024
1 parent f04849f commit d6d866a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ function ( $speaker ) {
$github = get_post_meta( $id, 'lfes_speaker_github', true );
$website = get_post_meta( $id, 'lfes_speaker_website', true );
?>
<li id="
<?php
echo esc_html( $id_preface . $id );
?>
"
<li id="<?php echo esc_html( $id_preface . $id ); ?>"
class="speaker cell small-6 medium-4 xxlarge-3"
data-toggler=".open"
style="background: linear-gradient(-45deg, transparent 30%, <?php echo esc_html( $gradient_color ); ?> 100%);">
Expand Down

0 comments on commit d6d866a

Please sign in to comment.