Changeset 1666

Show
Ignore:
Timestamp:
06/30/08 22:16:48 (3 months ago)
Author:
mikey
Message:

fix typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php

    r1664 r1666  
    252252        // add meta information to the page 
    253253        foreach ($this->config->getMetaTags() as $key => $value) { 
    254             $this->template->addVar('frame', 'META_' . $key, htmlspecialchars($value, ENT_COMPAT, mb_detect_encoding($title, 'UTF-8, ISO-8859-1'))); 
     254            $this->template->addVar('frame', 'META_' . $key, htmlspecialchars($value, ENT_COMPAT, mb_detect_encoding($value, 'UTF-8, ISO-8859-1'))); 
    255255        } 
    256256