From 9fcdaf99e24a23724c2b95b29b85b8112b6263fb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 8 Sep 2015 20:52:37 +0200 Subject: Error encoding tag link https://github.com/FreshRSS/FreshRSS/issues/970 --- app/views/helpers/index/normal/entry_bottom.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/helpers/index/normal/entry_bottom.phtml') diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index 20b4b332c..66c9d0e74 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -71,7 +71,7 @@ -- cgit v1.2.3 From d073331d2496d427dad972b9e024f247015e50ce Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 8 Sep 2015 21:31:24 +0200 Subject: Tag link double encoding problem https://github.com/FreshRSS/FreshRSS/issues/970 Tags coming from the database are already HTML-encoded. --- app/views/helpers/index/normal/entry_bottom.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/helpers/index/normal/entry_bottom.phtml') diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index 66c9d0e74..3af7436c3 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -71,7 +71,7 @@ -- cgit v1.2.3