From d973d9efaba81eb9a60e6eaf3827331dfcc7bfa9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 5 Oct 2016 22:25:46 +0200 Subject: Fix display bug for example of URL with token https://github.com/FreshRSS/FreshRSS/issues/1274 --- app/views/auth/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml index 7195bab5d..010eae33f 100644 --- a/app/views/auth/index.phtml +++ b/app/views/auth/index.phtml @@ -60,7 +60,7 @@ data-leave-validation=""/> - array('output' => 'rss', 'token' => $token, 'hours' => FreshRSS_Context::$user_conf->since_hours_posts_per_rss)), 'html', true); ?> + 'rss', 'params' => array('token' => $token, 'hours' => FreshRSS_Context::$user_conf->since_hours_posts_per_rss)), 'html', true); ?> -- cgit v1.2.3