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 . "
"; } else { - print "".__("Tiny Tiny RSS database is up to date.")."
"; + print_notice(__("Tiny Tiny RSS database is up to date.")); print ""; diff --git a/twitter.php b/twitter.php index 0cf9fd8a7..869cb08a9 100644 --- a/twitter.php +++ b/twitter.php @@ -90,26 +90,32 @@ -