"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"); ?>
}
function updateTitle() {
- var tmp = document.title;
-
- if (tmp.indexOf(")") > 0) {
- tmp = tmp.substr(tmp.indexOf(")") + 1);
- }
+ var tmp = document.title;
+ if (tmp.indexOf(")") > 0)
+ {
+ tmp = tmp.substr(tmp.indexOf(")") + 1);
+ }
if (global_unread > 0) {
tmp = "(" + global_unread + ") " + tmp;