Project

General

Profile

Bug #17367 ยป class.tslib_pagegen.php.diff

Administrator Admin, 2007-06-07 23:47

View differences:

class.tslib_pagegen.php 2009-10-03 17:50:49.000000000 +0200
$key = $theKey;
if (trim($val)) {
$a='name';
if (strtolower($key)=='refresh') {$a='http-equiv';}
if (strtolower($key)=='refresh' || strtolower($key)=='language' ) {$a='http-equiv';}
$GLOBALS['TSFE']->content.= '
<meta '.$a.'="'.$key.'" content="'.htmlspecialchars(trim($val)).'" />';
}
    (1-1/1)