summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-28 10:26:56 +0100
committerAndrew Dolgov <[email protected]>2007-01-28 10:26:56 +0100
commit926255683e169c6c28f3f9dd833482be33fc459a (patch)
tree1a3b8fe3b372d372b499844f606520fde86b09cd /functions.php
parent2b2044bcd9c0ebc407d1a8d3228eb4b1edc72d08 (diff)
new version notifier updates
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.";
}
}