diff --git a/backend.php b/backend.php
index efb58325..9e206c93 100644
--- a/backend.php
+++ b/backend.php
@@ -1660,7 +1660,7 @@
print "
|
Title |
- Link |
+ Feed |
Update Interval |
Purge Days |
";
}
@@ -1694,7 +1694,7 @@
print "
|
Title |
- Link |
+ Feed |
Update Interval |
Purge Days |
";
@@ -3320,7 +3320,7 @@
if (db_num_rows($result) == 0) return;
- $title = db_fetch_result($result, 0, "title");
+ $title = db_unescape_string(db_fetch_result($result, 0, "title"));
$last_updated = date(get_pref($link, 'LONG_DATE_FORMAT'),
strtotime(db_fetch_result($result, 0, "last_updated")));
$feed_url = db_fetch_result($result, 0, "feed_url");