Menu

Meta Description all lower case

Help
Anonymous
2016-03-30
2016-07-05
  • Anonymous

    Anonymous - 2016-03-30

    When I use $PageInfo->meta_attributes['description'], the whole text is in lower case. Is this behaviour intended?

     
  • Anonymous

    Anonymous - 2016-07-05

    If you want to change this, go to libs/Utils/PHPCrawlerUtils.class.php and change line 579 from
    $meta_value = strtolower(trim($matches[2][$x]));
    to
    $meta_value = trim($matches[2][$x]);

    All meta attribute values will be in their original case then. I think that should be the standard behaviour anyway, don't know, why the values are converted to lower case.

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.