Commit afb4aaef by Alexey Samoylov

error summary tag mistype

parent f1169ff0
...@@ -237,7 +237,7 @@ class ActiveForm extends Widget ...@@ -237,7 +237,7 @@ class ActiveForm extends Widget
} }
if (!empty($lines)) { 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); return Html::tag('div', $header . $content . $footer, $options);
} else { } else {
$content = "<ul></ul>"; $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