From 85fa1d4467f3790f53d37d4b48fb53f59d290cc4 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 18:19:48 +0300 Subject: fix(docs): add missing space after colon in personalization_storage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated by [robots](https://vyos.io) --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 6c100ca9..adc6278d 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -19,7 +19,7 @@ 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', - 'personalization_storage':'denied', + 'personalization_storage': 'denied', 'security_storage': 'granted', 'wait_for_update': 500 }); -- cgit v1.2.3