summaryrefslogtreecommitdiff
path: root/stats.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-19 05:28:08 +0100
committerAndrew Dolgov <[email protected]>2006-09-19 05:28:08 +0100
commit3692156ad43a80af34356d6b1f8949f85fc2c166 (patch)
tree788f384b80d99d44520d9efe14774639d9f561a8 /stats.php
parent18eddb2cb9b58c015e2cc04dd0d41008a03961a4 (diff)
tweak stats table
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/stats.php b/stats.php
index fbff2d646..5bc4355db 100644
--- 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>