summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index 6169f93a8..3a0ab933e 100644
--- a/functions.php
+++ b/functions.php
@@ -2642,9 +2642,10 @@
New version of Tiny-Tiny RSS ($latest_version) is available (click for details)</a>
<div id=\"milestoneDetails\">$content</div></div>";
} else {
- return "New version of <a target='_new'
- href='http://tt-rss.spb.ru/'>Tiny-Tiny RSS</a> ($latest_version) is available:
- <div>$content</div>";
+ return "New version of Tiny-Tiny RSS ($latest_version) is available:
+ <div class='milestoneDetails'>$content</div>
+ Visit <a target=\"_new\" href=\"http://tt-rss.spb.ru/\">official site</a> for
+ download and update information.";
}
}