We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e18ae commit 12cf706Copy full SHA for 12cf706
CodeHighlight.php
@@ -13,7 +13,7 @@
13
14
*/
15
16
-$RecipeInfo['CodeHighlight']['Version'] = '2024-02-24';
+$RecipeInfo['CodeHighlight']['Version'] = '2024-03-02';
17
18
SDVA($CodeHighlight, [
19
'css-light' => '',
@@ -27,7 +27,7 @@ function initCodeHighlight() {
27
global $CodeHighlight, $EnableHighlight;
28
$EnableHighlight = 1;
29
30
- $conf = array_merge($CodeHighlight, extGetConfig());
+ $conf = extGetConfig($CodeHighlight);
31
32
$light = $conf['css-light'];
33
$dark = $conf['css-dark'];
0 commit comments