diff --git a/mobile/functions.php b/mobile/functions.php
index ff5610019..1d50767e4 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -630,7 +630,7 @@
$marked_pic = "";
}
- $content_link = "" .
+ $content_link = "" .
$line["title"] . "";
if (get_pref($link, 'HEADLINES_SMART_DATE')) {
@@ -678,6 +678,7 @@
$id = db_escape_string($_GET["id"]);
$feed_id = db_escape_string($_GET["feed"]);
+ $ret_feed_id = db_escape_string($_GET["ret_feed"]);
$result = db_query($link, "SELECT rtl_content FROM ttrss_feeds
WHERE id = '$feed_id' AND owner_uid = " . $_SESSION["uid"]);
@@ -755,7 +756,7 @@
# print "";
# }
- $feed_link = "Feed";
+ $feed_link = "Feed";
print "" .
truncate_string($line["title"], 30) . "";