Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mchangrh committed Feb 12, 2025
1 parent 83c0cb4 commit dcaaadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/settings/includes/MobileFrontEnd.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# mobile
$wgDefaultMobileSkin = 'minerva';
$wgMinervaDonateLink['base'] = false;
$wgMinervaNightMode = ['base' => true ]
$wgMinervaNightMode = ['base' => true ];
$wgMFCollapseSectionsByDefault = false;
# mobile dark theme
$wgMFSiteStylesRenderBlocking = true;
Expand Down

0 comments on commit dcaaadc

Please sign in to comment.