update.php: fix wrong html plug title

This commit is contained in:
Andrew Dolgov 2012-10-24 00:17:32 +04:00
parent 854fee0976
commit 7e992eca46
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
if (!defined('STDIN')) {
?> <html>
<head>
<title>Database Updater</title>
<title>Update Tool</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="utility.css">
</head>