diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py
index 280b8ba43..179ecf6cf 100644
--- a/recipes/VideoBots.py
+++ b/recipes/VideoBots.py
@@ -1144,12 +1144,12 @@ def integration_connect_screen(
-
+
""",
unsafe_allow_html=True,
diff --git a/routers/facebook_api.py b/routers/facebook_api.py
index 93109d62b..9e5936723 100644
--- a/routers/facebook_api.py
+++ b/routers/facebook_api.py
@@ -125,7 +125,7 @@ def fb_connect_redirect(request: Request):
return RedirectResponse(str(redirect_url))
on_completion = request.query_params.get("state")
- retry_button = f'Retry'
+ retry_button = f'Retry'
code = request.query_params.get("code")
if not code: