'js' => $this->js,
'sep' => $this->sep_title,
'head' => [
- '<link rel="icon" href="data:;base64,iVBORw0KGgo=" />',
+ # NB 19.11.24 '<link rel="icon" href="data:;base64,iVBORw0KGgo=" />',
+ '<link rel="icon" href="data:," type="image/x-icon" />',
],
]);
// Sub
if (!empty($line) and substr(trim($line), -1) !== ',' and !strpos($line, '=>')) {
+ if (strlen($line)<100)
$sub = $line;
#bye($sub);
continue;
}
#if ($key == 'Additional .ini files parsed') continue;
+ #$val = preg_replace('((</?)(?:font)(\s[^>]+>)','${1}span${2}',$val);
+ $val = preg_replace('/(<\/?)(?:font)([\s>]|$)/','${1}span${2}',$val);
$rows[] = [
'section' => $section,
'sub' => $sub,