summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index dd3d3a4b0..3f6eb47c6 100644
--- a/prefs.php
+++ b/prefs.php
@@ -23,7 +23,7 @@
<?php if ($_SESSION["uid"] && empty($_SESSION["safe_mode"])) {
$theme = get_pref(Prefs::USER_CSS_THEME);
if ($theme && theme_exists("$theme")) {
- echo stylesheet_tag(get_theme_path($theme), 'theme_css');
+ echo stylesheet_tag(get_theme_path($theme), ['id' => 'theme_css']);
}
} ?>