Project

General

Profile

Bug #32834 ยป 32834.diff

Steffen Gebert, 2011-12-26 13:37

View differences:

t3lib/class.t3lib_div.php
}
}
// remove UTF-8 Byte Object Marker (BOM)
if (substr($content, 0, 3) === pack('CCC', 0xef, 0xbb, 0xbf)) {
$content = substr($content, 3);
}
return $content;
}
    (1-1/1)