mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:45:56 +00:00
unbreak published feed when not logged in
This commit is contained in:
@@ -3751,7 +3751,7 @@
|
||||
$res = preg_replace('/<img[^>]+>/is', '', $res);
|
||||
}
|
||||
|
||||
if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) {
|
||||
if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW', $owner)) {
|
||||
$res = preg_replace("/href=/i", "target=\"_blank\" href=", $res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user