diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html
index c0650617c..d2dcf9606 100644
--- a/changedetectionio/blueprint/settings/templates/settings.html
+++ b/changedetectionio/blueprint/settings/templates/settings.html
@@ -77,7 +77,7 @@
{% endif %}
{{ render_checkbox_field(form.application.form.shared_diff_access, class="shared_diff_access") }}
@@ -212,7 +212,7 @@ nav
-
+
{{ _('Chrome Extension') }}
diff --git a/changedetectionio/blueprint/settings/templates/settings_llm_tab.html b/changedetectionio/blueprint/settings/templates/settings_llm_tab.html
index 5d02a269f..36a76997d 100644
--- a/changedetectionio/blueprint/settings/templates/settings_llm_tab.html
+++ b/changedetectionio/blueprint/settings/templates/settings_llm_tab.html
@@ -58,12 +58,12 @@
{% if llm_config and llm_config.get('model') %}
✓ {{ _('AI / LLM configured:') }} {{ llm_config.get('model') }}
{% if not llm_env_configured %}
-