--- wordpress/wp-content/themes/default/header.php	Thu Jan 27 17:26:58 2005
+++ /usr/local/www/data/wp/wp-content/themes/default/header.php	Sat Jan 29 00:33:17 2005
@@ -2,7 +2,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 <head profile="http://gmpg.org/xfn/11">
-	<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
+	<title><?php bloginfo('name'); ?>
+	<?php 
+		if ( is_single() ) {
+			_e('&raquo; Blog Archive');
+			echo ' ';
+		}
+		wp_title(); 
+	?></title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
 	<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
