Skip to content

Commit

Permalink
Remove an over-eager less-than sign.
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored Nov 5, 2020
1 parent 6785457 commit 1567e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-bjgk-genesis-enews-extended.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function widget( $args, $instance ) {
on="<?php echo esc_attr( sprintf( 'submit-success:AMP.navigateTo( url=%s, target=_blank )', wp_json_encode( 'https://feedburner.google.com/fb/a/mailverify?uri=' . $instance['id'], JSON_UNESCAPED_SLASHES ) ) ); ?>"
<?php endif; ?>
xmlns="http://www.w3.org/1999/html">
<<input type="<?php echo current_theme_supports( 'html5' ) ? 'email' : 'text'; ?>" value="" id="subbox" aria-label="<?php echo esc_attr( $instance['input_text'] ); ?>" placeholder="<?php echo esc_attr( $instance['input_text'] ); ?>" name="email"
<input type="<?php echo current_theme_supports( 'html5' ) ? 'email' : 'text'; ?>" value="" id="subbox" aria-label="<?php echo esc_attr( $instance['input_text'] ); ?>" placeholder="<?php echo esc_attr( $instance['input_text'] ); ?>" name="email"
<?php
if ( current_theme_supports( 'html5' ) ) :
?>
Expand Down

0 comments on commit 1567e15

Please sign in to comment.