mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
revert max ui feed title length, tweak truncate_string a bit
This commit is contained in:
@@ -68,7 +68,7 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$target = "target=\"_blank\"";
|
||||
$reply .= "<a title=\"$last_updated\" $target href=\"$feed_site_url\">".
|
||||
truncate_string($feed_title, 20)."</a>";
|
||||
truncate_string($feed_title, 30)."</a>";
|
||||
|
||||
if ($error) {
|
||||
$error = htmlspecialchars($error);
|
||||
|
||||
Reference in New Issue
Block a user