Ignore:
Timestamp:
2012/03/05 23:32:59 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21527 r21593  
    159159    function createSitemap($loc, $lastmod = '', $changefreq = '', $priority = '') { 
    160160        printf("\t<url>\n"); 
    161         printf("\t\t<loc>%s</loc>\n", htmlentities($loc, ENT_QUOTES, "UTF-8")); 
     161        printf("\t\t<loc>%s</loc>\n", htmlentities($loc, ENT_QUOTES, 'UTF-8')); 
    162162        if (!empty($lastmod)) { 
    163163            printf("\t\t<lastmod>%s</lastmod>\n", $lastmod); 
Note: See TracChangeset for help on using the changeset viewer.