Skip to content

Commit 57b259e

Browse files
localheinzderickr
authored andcommitted
Fix: Run 'make coding-standards'
1 parent 384f1db commit 57b259e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/layout.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function make_image($file, $alt = false, $align = false, $extras = false,
9999
($alt ?: ''),
100100
$sizeparams,
101101
$align,
102-
($extras ? ' ' . $extras : ''),
102+
($extras ? ' ' . $extras : ''),
103103
);
104104
}
105105

0 commit comments

Comments
 (0)