Skip to content

Commit 4a96b85

Browse files
authored
Fix spacing
1 parent b5a488b commit 4a96b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/EmbedSnap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static function renderEmbedSnap( $input, $argv, $parser ) {
110110
'width' => $width,
111111
'height' => $height,
112112
'src' => 'https://snap.berkeley.edu/embed?project=' . $project . '&user=' . $user . '&showTitle=' . $taa . '&showAuthor=' . $taa . '&editButton=' . $edit . '&pauseButton=' . $pause . '&noExitWarning',
113-
'loading' => 'lazy',
113+
'loading' => 'lazy',
114114
] );
115115

116116
if ( $hide == 'true' ) {

0 commit comments

Comments
 (0)