mobile: article mode tweak

This commit is contained in:
Andrew Dolgov 2009-12-18 11:40:36 +03:00
parent 3bac78a05a
commit 706fe94907
1 changed files with 1 additions and 1 deletions

View File

@ -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>";