diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-22 09:40:02 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-22 09:40:02 +0400 |
| commit | d6cb94145945a47fc843ed9c25197b1ece40cdae (patch) | |
| tree | 7b620a5e0cda2d09463393cef19bb4843ee1e7c3 /index.php | |
| parent | 1f56ba13cd69efca4f24a3bce9a8bb8ebcf3ebac (diff) | |
fix tabs
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title><?php echo get_site_title() ?></title> + <title><?php echo get_site_title() ?></title> <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?> <?php echo stylesheet_tag("tt-rss.css"); ?> |