Fix closing tag in definition list helper.
This commit is contained in:
@@ -367,7 +367,7 @@ class HTML {
|
|||||||
$html .= '<dd>'.static::entities($description).'</dd>';
|
$html .= '<dd>'.static::entities($description).'</dd>';
|
||||||
}
|
}
|
||||||
|
|
||||||
return '<dl'.static::attributes($attributes).'>'.$html.'</'.$type.'>';
|
return '<dl'.static::attributes($attributes).'>'.$html.'</dl>';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user