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