On header.php, I did that:
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
Change it to:
<title><?php wp_title(''); ?></title>
Do you think it is ok? Because the title tag is not repeating now, but I am affraid of bad consequences on other part othe the website.