mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 15:21:29 +00:00
opening articles in new tab tweaks
This commit is contained in:
@@ -4660,7 +4660,7 @@
|
||||
|
||||
print "<img src=\"".theme_image($link, 'images/art-zoom.png')."\"
|
||||
class='tagsPic' style=\"cursor : pointer\"
|
||||
onclick=\"zoomToArticle(event, $id)\"
|
||||
onclick=\"postOpenInNewTab(event, $id)\"
|
||||
alt='Zoom' title='".__('Open article in new tab')."'>";
|
||||
|
||||
$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
|
||||
|
||||
Reference in New Issue
Block a user