diff options
-rw-r--r-- | core/views/editor_helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"<br />Direction of view: {nsew:2} ({bearing:.0f}°{ref})" else: direction = "" |