summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/cave_debug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html
index f41269d..ce598ea 100644
--- a/templates/cave_debug.html
+++ b/templates/cave_debug.html
@@ -31,7 +31,7 @@
{% if ent.best_station %}{{ent.best_station_object.latlong}}{% endif %}
</td>
<td>
- {{ent.bearings}}
+ {{ent.bearings|safe}}
</td>
{% endif %}
{% endfor %}