From 706fe94907be5bd6940600fd4e0d23b400c9a011 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Dec 2009 11:40:36 +0300 Subject: mobile: article mode tweak --- mobile/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/functions.php b/mobile/functions.php index 0d235c7db..790cf5473 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 "
"; -- cgit v1.2.3