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 "";