From a9cf27c4e69b8ab3f2f276af6e8459f00a30367f Mon Sep 17 00:00:00 2001
From: "matthew.gregg" <matthew.gregg@gmail.com>
Date: Tue, 24 Jun 2008 13:13:05 -0400
Subject: [PATCH] Missing quote in the conditional CSS for IE browsers.  Fix
 for http://laconi.ca/PITS/00104

darcs-hash:20080624171305-982e4-732e5d4f9ad5d92145c6cbc7568ef9393e962dfb.gz
---
 lib/util.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/util.php b/lib/util.php
index 6bcdc31ce5..e865a2b417 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -163,7 +163,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
 		if (file_exists(theme_file('ie'.$ver.'.css'))) {
 			# Yes, IE people should be put in jail.
 			$xw->writeComment('[if lte IE '.$ver.']><link rel="stylesheet" type="text/css" '.
-							  'href="'.theme_path('ie'.$ver.'.css').' /><![endif]');
+							  'href="'.theme_path('ie'.$ver.'.css').'" /><![endif]');
 		}
 	}
 
-- 
2.39.5