From 4d9956cf658d7a970654ae3baf23ad995e287525 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 2 Jan 2020 11:06:57 -0800 Subject: Make sure external URLs are not encoded incorrectly by Go template engine --- template/common.go | 10 +++++----- template/functions.go | 3 +++ template/html/choose_subscription.html | 4 ++-- template/html/common/feed_list.html | 2 +- template/html/common/item_meta.html | 4 ++-- template/html/entry.html | 6 +++--- template/views.go | 14 +++++++------- 7 files changed, 23 insertions(+), 20 deletions(-) diff --git a/template/common.go b/template/common.go index cb90fe3..1dae0c7 100644 --- a/template/common.go +++ b/template/common.go @@ -44,7 +44,7 @@ var templateCommonMap = map[string]string{