Missing quote in the conditional CSS for IE browsers. Fix for http://laconi.ca/PITS/00104

darcs-hash:20080624171305-982e4-732e5d4f9ad5d92145c6cbc7568ef9393e962dfb.gz
This commit is contained in:
matthew.gregg 2008-06-24 13:13:05 -04:00
parent 25dad58d42
commit a9cf27c4e6
1 changed files with 1 additions and 1 deletions

View File

@ -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]');
}
}