summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-12 08:29:23 +0300
committerAndrew Dolgov <[email protected]>2015-08-12 08:29:23 +0300
commitbe2cfc1fff8792715e059249939a1a798779d777 (patch)
treee92b56f38f30af15c6dff677ca22fb8fe0190920 /classes/handler/public.php
parent90da4ada664443704dca6119c12bb7ecccb48aa9 (diff)
parentb87744534a5250e9f839997f8eceb5b86b8c0e5c (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'classes/handler/public.php')
-rw-r--r--classes/handler/public.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 1bf088701..632cece81 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -1004,10 +1004,10 @@ class Handler_Public extends Handler {
print "<h2>Database update required</h2>";
- print "<h3>";
- printf("Your Tiny Tiny RSS database needs update to the latest version: %d to %d.",
- $updater->getSchemaVersion(), SCHEMA_VERSION);
- print "</h3>";
+ print_notice("<h4>".
+ sprintf("Your Tiny Tiny RSS database needs update to the latest version: %d to %d.",
+ $updater->getSchemaVersion(), SCHEMA_VERSION).
+ "</h4>");
print_warning("Please backup your database before proceeding.");