Skip to content

Commit 836b8af

Browse files
Add white space for separating attributes #896
1 parent f65fc35 commit 836b8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ private function getHtmlAttributes( $attributes ) {
491491
}
492492

493493
foreach ( $attributes as $name => $value ) {
494-
$string .= sprintf( '%s="%s"', esc_attr( $name ), esc_attr( $value ) );
494+
$string .= sprintf( ' %s="%s"', esc_attr( $name ), esc_attr( $value ) );
495495
}
496496
return $string;
497497
}

0 commit comments

Comments
 (0)