]> git.wh0rd.org Git - tt-rss.git/commitdiff
tweak stats table
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 19 Sep 2006 04:28:08 +0000 (05:28 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 19 Sep 2006 04:28:08 +0000 (05:28 +0100)
stats.php

index fbff2d646a68d70abe7c8c4cb3997b1a7f3eb97c..5bc4355db7862d01669d56763f62e01617ef1b7e 100644 (file)
--- a/stats.php
+++ b/stats.php
@@ -19,6 +19,7 @@
 <html>
 <head>
        <title>Tiny Tiny Statistics</title>
+       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 </head>
 
 <body>
@@ -49,7 +50,7 @@
 
        print "<h2>Per-user storage</h2>";
 
-       print "<table width='100%'>";
+       print "<table border width='100%'>";
        
        print "<tr>
                <td>Articles</td>
@@ -74,7 +75,7 @@
                FROM ttrss_feeds,ttrss_users 
                WHERE owner_uid = ttrss_users.id ORDER BY login");
 
-       print "<table width='100%'>";
+       print "<table border width='100%'>";
        print "<tr>
                <td>Site</td>
                <td>Feed</td>