]> git.wh0rd.org - tt-rss.git/blobdiff - classes/handler/public.php
Merge branch 'master' of git.fakecake.org:tt-rss
[tt-rss.git] / classes / handler / public.php
index 1bf0887011d0248ce8fcaa4da0334b0cdde1bf22..632cece81c9ab10bcf59a00a4f5ecf52f84e0f9e 100644 (file)
@@ -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.");