diff --git a/feedlist.js b/feedlist.js
index 19721686f..927b6b8a4 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -339,7 +339,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
if (!$('FLL-' + feed)) {
var ll = document.createElement('img');
- ll.src = getInitParam("sign_progress");
+ ll.src = getInitParam("sign_progress_tiny");
ll.className = 'hlLoading';
ll.id = 'FLL-' + feed;
diff --git a/functions.php b/functions.php
index 656cadf7c..f32ff8c98 100644
--- a/functions.php
+++ b/functions.php
@@ -3140,6 +3140,9 @@
print "";
+ print "";
+
print "";