From 7efe91e67a5f5ebe8d1ccf3bf9d4a280ea52a233 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 6 Nov 2024 11:02:26 -0700 Subject: [PATCH] Incorrect keyword --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 8c2798a..fa698a4 100755 --- a/www/index.php +++ b/www/index.php @@ -1104,7 +1104,7 @@ if (isset($permissions['readable']) && $permissions['readable']) { foreach (glob($root.'/css/*.css') as $theme) { $theme = preg_replace('/.*\/([^\/]*)\.css$/','\1',$theme); if ($theme == 'mobile') { - next; + continue; } if ($theme != 'style') { $header .= '