|
Main sidebar
|
PITS /
01071Summary: CSS class names get repeated for every recognized WikiStyle attribute
Created: 2009-02-11 16:41
Status: Closed - fixed for 2.2.5
Category: Bug
Assigned:
Priority: 3
Version: 2.2.0
OS:
Description:
This markup: Something is obviously wrong with this section inside a while loop in wikistyles.php (lines 123-127):
else {
$c = @$style['class'];
$style=array_merge($style,(array)$WikiStyle[$m[1]]);
if ($c) $style['class'] = $c . ' ' . $style['class'];
}
|