summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 845962c3a..0339b56f8 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -746,7 +746,8 @@
$feed_link = "<a href=\"tt-rss.php?go=vf&id=$feed_id\">Feed</a>";
- print truncate_string($line["title"], 30);
+ print "<a href=\"" . $line["link"] . "\">" .
+ truncate_string($line["title"], 30) . "</a>";
print " <span id=\"headingAddon\">$parsed_updated ($feed_link)</span>";
print "</div>";