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:
parent
25dad58d42
commit
a9cf27c4e6
|
@ -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]');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user