From e0a6d6d5cf55a75ac59889e944c3cae22452ef4b Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 26 May 2013 20:23:21 +0200 Subject: [PATCH] prevent quote issues (fix #189) --- src/main/webapp/templates/feeds.feed_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/templates/feeds.feed_details.html b/src/main/webapp/templates/feeds.feed_details.html index 44f32104..66da2451 100644 --- a/src/main/webapp/templates/feeds.feed_details.html +++ b/src/main/webapp/templates/feeds.feed_details.html @@ -37,7 +37,7 @@
- {{sub.nextRefresh|entryDate:'${details.queued_for_refresh}' }} + {{sub.nextRefresh|entryDate:"${details.queued_for_refresh}" }}