From 112eae8b126a2bee30e48c58ce8289782c1d745b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 16 Apr 2009 18:12:41 +0000 Subject: [PATCH] Fix logic inversion. Props christmasboy81. fixes #7121 git-svn-id: https://develop.svn.wordpress.org/trunk@10949 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index 8b09aebd99..5c21f94d18 100644 --- a/wp-content/themes/default/header.php +++ b/wp-content/themes/default/header.php @@ -19,7 +19,7 @@ #page { background: url("/images/kubrickbg-.jpg") repeat-y top; border: none; }