From 33d8e801c06e37594c60fb85ee35607644ad554b Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Fri, 29 Apr 2011 16:09:06 -0600 Subject: [PATCH] aclindsay-wordpress-theme/header.php: Fixed hyphen in page titles to be normal --- aclindsa-wordpress-theme/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclindsa-wordpress-theme/header.php b/aclindsa-wordpress-theme/header.php index 18331c3..40bc52d 100644 --- a/aclindsa-wordpress-theme/header.php +++ b/aclindsa-wordpress-theme/header.php @@ -10,7 +10,7 @@ -<?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?> +<?php wp_title('«', true, 'right'); ?> Blog - aclindsay.com