summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
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>";