diff --git a/classes/dlg.php b/classes/dlg.php
index 345e0c3ef..0a5412fb5 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -590,7 +590,7 @@ class Dlg extends Protected_Handler {
GROUP BY ttrss_feeds.title, ttrss_feeds.id, ttrss_feeds.site_url, ttrss_feeds.feed_url
ORDER BY last_article");
- print __("These feeds have not been updated with new content for 3 months (oldest first):");
+ print "
" . __("These feeds have not been updated with new content for 3 months (oldest first):") . "
";
print "
";
print "
".
@@ -656,7 +656,7 @@ class Dlg extends Protected_Handler {
}
function feedsWithErrors() {
- print __("These feeds have not been updated because of errors:");
+ print "
" . __("These feeds have not been updated because of errors:") . "
";
$result = db_query($this->link, "SELECT id,title,feed_url,last_error,site_url
FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
@@ -871,7 +871,7 @@ class Dlg extends Protected_Handler {
$url_path = htmlspecialchars($this->params[2]) . "&key=" . $key;
- print __("You can view this feed as RSS using the following URL:");
+ print "
" . __("You can view this feed as RSS using the following URL:") . "
";
print T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. This file can be used as a baseline.", "tt-rss.css");
+ print "