Ignore:
Timestamp:
2013/01/30 13:45:06 (11 years ago)
Author:
Qwert
Message:

HTML_TAG_CHECK()が正常に動作しなかった不具合を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_CheckError.php

    r22206 r22475  
    5959        $this->createParam($value); 
    6060        // HTMLに含まれているタグを抽出する 
    61         preg_match_all('/<\/?([a-z]+)/i', $this->arrParam[$value[1]], $arrTagIncludedHtml = array()); 
     61        preg_match_all('/<\/?([a-z]+)/i', $this->arrParam[$value[1]], $arrTagIncludedHtml); 
    6262 
    6363        $arrDiffTag = array_diff($arrTagIncludedHtml[1], $value[2]); 
Note: See TracChangeset for help on using the changeset viewer.