From 3c3f38b2390bf44d9ad2e964d935d159194a7adf Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 3 May 2026 01:47:46 +0200 Subject: [PATCH] Fixed missing linebreak --- RNS/Utilities/rngit/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Utilities/rngit/pages.py b/RNS/Utilities/rngit/pages.py index e96d1394..92339805 100644 --- a/RNS/Utilities/rngit/pages.py +++ b/RNS/Utilities/rngit/pages.py @@ -994,7 +994,7 @@ class NomadNetworkNode(): content_parts.append("\n") content_parts.append(self.render_combined_chart(stats["views"]["daily"], stats["fetches"]["daily"], stats["pushes"]["daily"], stats["timeline_labels"])) - else: content_parts.append(self.m_italic("\nNo activity recorded for this repository in the selected time period.\n")) + else: content_parts.append(self.m_italic("\nNo activity recorded for this repository in the selected time period.\n\n")) page_content = "".join(content_parts) nav_content = "".join(nav_parts)