]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Missing quote in the conditional CSS for IE browsers. Fix for http://laconi.ca/PITS...
authormatthew.gregg <matthew.gregg@gmail.com>
Tue, 24 Jun 2008 17:13:05 +0000 (13:13 -0400)
committermatthew.gregg <matthew.gregg@gmail.com>
Tue, 24 Jun 2008 17:13:05 +0000 (13:13 -0400)
darcs-hash:20080624171305-982e4-732e5d4f9ad5d92145c6cbc7568ef9393e962dfb.gz

lib/util.php

index 6bcdc31ce5fd3ead842d59d8df65d3ef06505124..e865a2b4179ed997325809540b81e3f03f00eeb6 100644 (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]');
                }
        }