From 5183125dce5a7b4d0f39bbd508a890d8bdbdcb7f Mon Sep 17 00:00:00 2001 From: William Moreno Reyes CP|MBA Date: Sat, 1 Feb 2025 20:52:43 -0600 Subject: [PATCH] fix: Mark AdSense Scritp as Safe Signed-off-by: William Moreno Reyes CP|MBA --- now_lms/templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/now_lms/templates/macros.html b/now_lms/templates/macros.html index f10d4ddf..806c4a54 100644 --- a/now_lms/templates/macros.html +++ b/now_lms/templates/macros.html @@ -30,7 +30,7 @@ -{{ adsense_meta() }} +{{ adsense_meta() | safe }} {%- endmacro %}