diff options
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 6bcdc31ce..e865a2b41 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]'); } } |