From: Andrew Dolgov Date: Fri, 18 Dec 2009 08:40:36 +0000 (+0300) Subject: mobile: article mode tweak X-Git-Tag: 1.4.0~164 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=706fe94907be5bd6940600fd4e0d23b400c9a011;p=tt-rss.git mobile: article mode tweak --- diff --git a/mobile/functions.php b/mobile/functions.php index 0d235c7d..790cf547 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -313,7 +313,7 @@ $content = sanitize_rss($link, $line["content"]); $content = preg_replace("/href=/i", "target=\"_blank\" href=", $content); - print "
$content
"; + print "

$content

"; print "
";