From c0e9ff37d75eda93aa0fb070c7e12ce9dbb73e93 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Aug 2006 09:55:12 +0100 Subject: [PATCH] fix feed reference in view mode for vfeeds --- mobile/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/functions.php b/mobile/functions.php index b4a645aa..b629eaee 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -629,7 +629,7 @@ $marked_pic = ""; } - $content_link = "" . + $content_link = "" . $line["title"] . ""; if (get_pref($link, 'HEADLINES_SMART_DATE')) {