Skip to content

Commit 782f870

Browse files
author
Renatho De Carli Rosa
committed
Add missing commas
1 parent e8c84c0 commit 782f870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxhighlighter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,9 +1568,9 @@ function settings_page() { ?>
15681568
),
15691569
array(
15701570
'a' => array(
1571-
'href' => array()
1571+
'href' => array(),
15721572
),
1573-
'code' => array()
1573+
'code' => array(),
15741574
)
15751575
);
15761576
?>

0 commit comments

Comments
 (0)