Commit f53863d7 by Qiang Xue

Merge pull request #2413 from russianlagman/patch-1

error summary tag mistype
parents f1169ff0 afb4aaef
......@@ -237,7 +237,7 @@ class ActiveForm extends Widget
}
if (!empty($lines)) {
$content = "<ul><li>" . implode("</li>\n<li>", $lines) . "</li><ul>";
$content = "<ul><li>" . implode("</li>\n<li>", $lines) . "</li></ul>";
return Html::tag('div', $header . $content . $footer, $options);
} else {
$content = "<ul></ul>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment