mobile: article mode tweak
This commit is contained in:
parent
3bac78a05a
commit
706fe94907
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue