Changeset 1666
- Timestamp:
- 06/30/08 22:16:48 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php
r1664 r1666 252 252 // add meta information to the page 253 253 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'))); 255 255 } 256 256
