Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Nov 19, 2021
1 parent c4328e9 commit 6da3b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxhighlighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ function settings_page() { ?>
),
'<code>lang</code>',
'<code>language</code>',
implode(', ', array_keys($this->brushes))
implode( ', ', array_keys( $this->brushes ) )
),
array(
'a' => array(
Expand Down

0 comments on commit 6da3b14

Please sign in to comment.