From: Andrew Dolgov Date: Sat, 24 Jun 2006 15:05:08 +0000 (+0100) Subject: mobile: article title in view mode is a link to original article (closes #80) X-Git-Tag: 1.2.1~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3d7d6cdd5718a39b9cbfa193e344264b2992bad6;p=tt-rss.git mobile: article title in view mode is a link to original article (closes #80) --- diff --git a/mobile/functions.php b/mobile/functions.php index 845962c3..0339b56f 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -746,7 +746,8 @@ $feed_link = "Feed"; - print truncate_string($line["title"], 30); + print "" . + truncate_string($line["title"], 30) . ""; print " $parsed_updated ($feed_link)"; print "";