aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/choose_subscription.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/choose_subscription.html')
-rw-r--r--template/html/choose_subscription.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/choose_subscription.html b/template/html/choose_subscription.html
index ee4a1dc..de33003 100644
--- a/template/html/choose_subscription.html
+++ b/template/html/choose_subscription.html
@@ -32,8 +32,8 @@
{{ range .subscriptions }}
<div class="radio-group">
- <label title="{{ .URL }}"><input type="radio" name="url" value="{{ .URL }}"> {{ .Title }}</label> ({{ .Type }})
- <small title="Type = {{ .Type }}"><a href="{{ .URL }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer">{{ .URL }}</a></small>
+ <label title="{{ .URL | safeURL }}"><input type="radio" name="url" value="{{ .URL | safeURL }}"> {{ .Title }}</label> ({{ .Type }})
+ <small title="Type = {{ .Type }}"><a href="{{ .URL | safeURL }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer">{{ .URL | safeURL }}</a></small>
</div>
{{ end }}