summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-18 11:40:36 +0300
committerAndrew Dolgov <[email protected]>2009-12-18 11:40:36 +0300
commit706fe94907be5bd6940600fd4e0d23b400c9a011 (patch)
tree1096d7ccf40f945641a19a86c7a8a0dc22e04211 /mobile
parent3bac78a05ac1c13a71a86e114482687463572c89 (diff)
mobile: article mode tweak
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php2
1 files changed, 1 insertions, 1 deletions
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 "<div>$content</div>";
+ print "<p>$content</p>";
print "<fieldset>";