]> git.wh0rd.org - tt-rss.git/commitdiff
update.php: fix wrong html plug title
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 23 Oct 2012 20:17:32 +0000 (00:17 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 23 Oct 2012 20:17:32 +0000 (00:17 +0400)
update.php

index 0bc1090e886a8e54a8d21216aa5810cf3db68f6c..afe70b903d3f5dbe99d507daebda213225645640 100755 (executable)
@@ -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>