X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2Flessc.inc.php;h=61ed771afa0923248acb6827a3cd1733a2eca6ea;hb=c0081712133cd6b1b9615cc380ae0d241a3cc1cf;hp=37723d5b5876d013141d8cea7b8abbf6533f93c9;hpb=476997b3bbfb88bbae0083cd1f882f4b97f357b7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/lessc.inc.php b/includes/libs/lessc.inc.php index 37723d5b58..61ed771afa 100644 --- a/includes/libs/lessc.inc.php +++ b/includes/libs/lessc.inc.php @@ -1036,7 +1036,7 @@ class lessc { } } - if(!is_null($mime)) // fallback if the mime type is still unknown + if(!is_null($mime)) // fallback if the MIME type is still unknown $url = sprintf('data:%s;base64,%s', $mime, base64_encode(file_get_contents($fullpath))); } }