summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 14:46:43 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 14:46:43 +0100
commitd76a3b036c8863ae023686f08e36b11dc9e8ce2e (patch)
treed11cc5f24aea9efe4917eb0f059fe323cf9a7ca9 /tt-rss.php
parent3f6a313a760c446be27798b41d0a266475124710 (diff)
basic functionality pass 1
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index cc854ea6b..cba57923d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -3,11 +3,12 @@
<title>Tiny Tiny RSS</title>
<link rel="stylesheet" href="tt-rss.css" type="text/css">
<script type="text/javascript" src="tt-rss.js"></script>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body onload="init()">
-<table width="100%" height="100%" cellspacing=0 cellpadding=0>
+<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
<tr>
<td class="header" valign="middle" colspan="2">
Tiny Tiny RSS
@@ -16,7 +17,7 @@
<tr>
<td class="toolbar" valign="middle" colspan="2">
<a class="button">Preferences</a>
- <a class="button">Refresh</a>
+ <a class="button" href="javascript:reload()">Refresh</a>
</td>
</tr>
<tr>