Hi, how do I get rid of the hyphen on page title? I cant see it on the template and it is not on the admin backend?
<title><?php page_title(); ?></title>
this is what i get in my template index page.
and this is the title what is displayed on home:
- Holiday........
how can i remove this dash in the title? It must be somewhere else?

thanks