mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add one more tooltip to subtoolbar
This commit is contained in:
+1
-1
@@ -4195,7 +4195,7 @@
|
|||||||
if (!$bottom) {
|
if (!$bottom) {
|
||||||
$target = "target=\"_blank\"";
|
$target = "target=\"_blank\"";
|
||||||
}
|
}
|
||||||
print "<a $target href=\"$feed_site_url\">".
|
print "<a title=\"".__("Visit the website")."\"$target href=\"$feed_site_url\">".
|
||||||
truncate_string($feed_title,30)."</a>";
|
truncate_string($feed_title,30)."</a>";
|
||||||
} else {
|
} else {
|
||||||
if ($feed_id < -10) {
|
if ($feed_id < -10) {
|
||||||
|
|||||||
Reference in New Issue
Block a user