diff --git a/core/views/editor_helpers.py b/core/views/editor_helpers.py index 8028c4f..fd6320e 100644 --- a/core/views/editor_helpers.py +++ b/core/views/editor_helpers.py @@ -160,7 +160,7 @@ def extract_gps(dict): ref = "True" else: ref ="" - direction = f"Direction of view: {nsew:2} ({bearing:.0f}°{ref})" + direction = f"
Direction of view: {nsew:2} ({bearing:.0f}°{ref})" else: direction = ""