mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 15:29:16 +00:00
mobile: article mode tweak
This commit is contained in:
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user