powered by nequal
Home » HTML_CSS_Mobile » Timeline » 1828

Changeset 1828 -- 2010-05-07 13:21:59

Author
yudoufu (Daichi Kamemoto)
Comment
fix windows absolute path

Diffs

HTML_CSS_Mobile/trunk/HTML/CSS/Mobile.php

@@ -347,7 +347,7 @@
foreach ($this->css_files as $file)
{
$css_string = '';
-        if (substr($file, 0, 1) != '/')
+        if (substr($file, 0, 1) != '/' || substr($file, 1, 2) != ':\\')
{
$file = $this->base_dir . $file;
}