4
0
Эх сурвалжийг харах

Syntax error: Mismatched quote characters will break the string literal.

Yohany Flores Suarez 5 сар өмнө
parent
commit
8ffed8757e

+ 1 - 1
frontend/resources/vue/App.vue

@@ -364,7 +364,7 @@ function applyTheme() {
     if (themePreference.value && themePreference.value !== '') {
         themeStyle.textContent = `@import url('/custom-webui/themes/${themePreference.value}/theme.css') layer(theme);`
     } else {
-        themeStyle.textContent = '@import url('/theme.css') layer(theme);'
+        themeStyle.textContent = `@import url('/theme.css') layer(theme);`
     }
 }