--- functions.php.ori	2009-12-02 08:27:17.625000000 +0100
+++ functions.php	2009-12-06 21:35:02.687500000 +0100
@@ -14,4 +14,6 @@
 		'after_title' => '',
 	));
 
+add_theme_support( 'html-title-filter' );
+
 ?>
--- header.php.ori	2009-12-06 21:35:44.093750000 +0100
+++ header.php	2009-12-06 21:39:11.078125000 +0100
@@ -10,7 +10,7 @@
 <head profile="http://gmpg.org/xfn/11">
 	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
 
-	<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
+	<title><?php echo apply_filters('html_title', wp_title('&laquo;', false, 'right').' '.get_bloginfo('name', 'display')); ?></title>
 
 	<style type="text/css" media="screen">
 		@import url( <?php bloginfo('stylesheet_url'); ?> );
