Changeset 9216
- Timestamp:
- 05/23/08 17:01:09 (4 months ago)
- Files:
-
- branches/1.0/lib/util/sfFillInForm.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/util/sfFillInForm.class.php
r9209 r9216 50 50 $dom = new DomDocument('1.0', sfConfig::get('sf_charset', 'UTF-8')); 51 51 52 $noHead = strpos($html,'<head >') === false;52 $noHead = strpos($html,'<head') === false; 53 53 if ($noHead){ 54 54 // loadHTML needs the conent-type meta for the charset