diff --git a/backend.php b/backend.php
index 3bae2a869..f571f8ba0 100644
--- a/backend.php
+++ b/backend.php
@@ -719,7 +719,8 @@
if ($line["feed_title"]) {
print "
$content_link | ";
- print "".$line["feed_title"]." | ";
+ print "
+ ".$line["feed_title"]." | ";
} else {
print "$content_link | ";
}
diff --git a/viewfeed.js b/viewfeed.js
index 71ef9eff8..73ef4c973 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -170,6 +170,11 @@ function moveToPost(mode) {
}
}
+function viewfeed(id) {
+ var f = parent.frames["feeds-frame"];
+ f.viewfeed(id, 0);
+}
+
function localHotkeyHandler(keycode) {
if (keycode == 78) {