aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/relay-info.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/templates/relay-info.html')
-rw-r--r--tor-metrics/templates/relay-info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-metrics/templates/relay-info.html b/tor-metrics/templates/relay-info.html
index 79a5b24..be01cea 100644
--- a/tor-metrics/templates/relay-info.html
+++ b/tor-metrics/templates/relay-info.html
@@ -17,7 +17,7 @@
<dt>Contact</dt>
{% if relay['contact'] %}
- <dd>{{ relay['contact'] }}</dd>
+ <dd>{{ relay['contact']|escape }}</dd>
{% else %}
<dd>none</dd>
{% endif %}