diff --git a/emby/root/etc/cont-init.d/98-themepark b/emby/root/etc/cont-init.d/98-themepark
index c41f8d54..826e88d4 100644
--- a/emby/root/etc/cont-init.d/98-themepark
+++ b/emby/root/etc/cont-init.d/98-themepark
@@ -32,7 +32,7 @@ if ! grep -q "${TP_DOMAIN}" /app/emby/dashboard-ui/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'
- sed -i "s/<\/body>/<\/body> /g" /app/emby/dashboard-ui/index.html
+ sed -i "s/<\/body>/<\/body> /g" /app/emby/dashboard-ui/index.html
printf 'Stylesheet set to %s\n' "${TP_THEME}
"
-fi
\ No newline at end of file
+fi