Project

General

Profile

Bug #25380 ยป meta_force_http-equiv.diff

Administrator Admin, 2011-03-23 16:10

View differences:

typo3_src-4.5.2/typo3/sysext/cms/tslib/class.tslib_pagegen.php 2011-03-23 16:00:55.000000000 +0100
if (strtolower($key) == 'refresh') {
$a = 'http-equiv';
}
if (isset($conf[$theKey . '.']['force_http-equiv'])) {
$a = 'http-equiv';
}
$pageRenderer->addMetaTag('<meta ' . $a . '="' . $key . '" content="' . htmlspecialchars(trim($val)) . '"' . $endingSlash . '>');
}
}
    (1-1/1)