From 3d7f76e16231f4620b06b9c156b58f8f60a694d7 Mon Sep 17 00:00:00 2001 From: Carlos Holguera Date: Fri, 12 Jul 2024 20:19:37 +0200 Subject: [PATCH] Fix MASWE note display issue --- docs/hooks/maswe-beta-banner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/maswe-beta-banner.py b/docs/hooks/maswe-beta-banner.py index bfabbcdae9..d86e787063 100644 --- a/docs/hooks/maswe-beta-banner.py +++ b/docs/hooks/maswe-beta-banner.py @@ -75,7 +75,7 @@ def get_info_banner(meta): description = draft_info.get('description', None) if draft_info.get('note', None): - description += "\n\n" + "> Note: " + draft_info.get('note', None) + description += "\n\n" + "> Note: " + draft_info.get('note', None) + "\n" topics = draft_info.get('topics', None) topics_section = ""