From 3d7d6cdd5718a39b9cbfa193e344264b2992bad6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 24 Jun 2006 16:05:08 +0100 Subject: mobile: article title in view mode is a link to original article (closes #80) --- mobile/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mobile/functions.php') 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 = "Feed"; - print truncate_string($line["title"], 30); + print "" . + truncate_string($line["title"], 30) . ""; print " $parsed_updated ($feed_link)"; print ""; -- cgit v1.2.3