summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-updater.php b/db-updater.php
index 09c16955b..fb40fa75b 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -86,7 +86,7 @@ function confirmOP() {
" " . SCHEMA_VERSION . __(", found: ") . $latest_version . "</p>";
} else {
- print "<p>".__("Tiny Tiny RSS database is up to date.")."</p>";
+ print_notice(__("Tiny Tiny RSS database is up to date."));
print "<form method=\"GET\" action=\"tt-rss.php\">
<input type=\"submit\" value=\"".__("Return to Tiny Tiny RSS")."\">
</form>";