From: Andrew Dolgov Date: Fri, 8 Jan 2010 11:39:06 +0000 (+0300) Subject: mobile: fix original article link being a resource id X-Git-Tag: 1.4.0~105 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=17cd109775a8d06409cf35b355409de3338d60ae;p=tt-rss.git mobile: fix original article link being a resource id --- diff --git a/mobile/functions.php b/mobile/functions.php index 0fa443f8..39f492a2 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -449,7 +449,7 @@ selected=\"true\" myBackLabel='$feed_title' myBackHref='feed.php?id=$feed_id&cat=$cat_id'>"; - print "

$title

"; + print "

$title

"; print "
";