Changeset 15882


Ignore:
Timestamp:
2007/09/21 22:13:25 (17 years ago)
Author:
nanasess
Message:

printXMLDeclaration() のダブルクォート修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/util/SC_Utils.php

    r15718 r15882  
    16991699        $ua = $_SERVER['HTTP_USER_AGENT']; 
    17001700        if (!preg_match("/MSIE/", $ua) || preg_match("/MSIE 7/", $ua)) { 
    1701             print('<?xml version="1.0" encoding="' . CHAR_CODE . '"?>'); 
     1701            print("<?xml version='1.0' encoding='" . CHAR_CODE . "'?>\n"); 
    17021702        } 
    17031703    } 
Note: See TracChangeset for help on using the changeset viewer.