mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
lang: default to 'en'
This commit is contained in:
@@ -621,6 +621,8 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
$reply['content'] .= "</div>";
|
||||
|
||||
if (!$line['lang']) $line['lang'] = 'en';
|
||||
|
||||
$reply['content'] .= "<div class=\"cdmContentInner\" lang=\"".$line['lang']."\">";
|
||||
|
||||
if ($line["orig_feed_id"]) {
|
||||
|
||||
@@ -3293,6 +3293,8 @@
|
||||
}
|
||||
$rv['content'] .= "</div>";
|
||||
|
||||
if (!$line['lang']) $line['lang'] = 'en';
|
||||
|
||||
$rv['content'] .= "<div class=\"postContent\" lang=\"".$line['lang']."\">";
|
||||
|
||||
$rv['content'] .= $line["content"];
|
||||
|
||||
Reference in New Issue
Block a user