Skip to content

Commit

Permalink
Remove the quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkelly committed Apr 23, 2024
1 parent df5051c commit f3fd42a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ public function html5_dynamic_next() {
// phpcs:disable WordPress.WP.EnqueuedResources.NonEnqueuedScript
return "<iframe title='" . __( 'VideoPress Video Player', 'jetpack' )
. "' aria-label='" . __( 'VideoPress Video Player', 'jetpack' )
. "' width='100%'"
. "' width='100%"
. "' height='" . esc_attr( $videopress_options['height'] )
. "' style='max-width:" . esc_attr( $videopress_options['width'] )
. "px;' src='" . esc_attr( $iframe_url )
Expand Down

0 comments on commit f3fd42a

Please sign in to comment.