From 76b6897d74666ddd90691d8dbd26c913db9927b6 Mon Sep 17 00:00:00 2001 From: SkeletalDemise <29117662+SkeletalDemise@users.noreply.github.com> Date: Sat, 2 Oct 2021 21:46:23 -0700 Subject: [PATCH] Fix table printing --- ciphey/iface/_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciphey/iface/_modules.py b/ciphey/iface/_modules.py index b2e86b5..720c2da 100644 --- a/ciphey/iface/_modules.py +++ b/ciphey/iface/_modules.py @@ -322,7 +322,7 @@ def pretty_search_results(res: SearchResult, display_intermediate: bool = False) def add_one(): out = "" if i.name == "utf8": - out += f" [#808080]{i.name}[/#808080]" + out += f" [#808080]{i.name}[/#808080]\n" else: out += f" {i.name}" already_broken = False