From c80254b24f8c141a26098db7a196157b2755276e Mon Sep 17 00:00:00 2001 From: "Arun S. Sekher" Date: Sat, 3 Jun 2017 15:19:58 +0400 Subject: [PATCH] [html] - Fix 'Element li not allowed as child of element div in this context.' validation error --- e107_plugins/poll/oldpolls.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/poll/oldpolls.php b/e107_plugins/poll/oldpolls.php index d3e3686b5..193f71966 100644 --- a/e107_plugins/poll/oldpolls.php +++ b/e107_plugins/poll/oldpolls.php @@ -88,13 +88,13 @@ if(e_QUERY) if ($comment_total = $sql->gen($query)) { - $text .= "
"; + $text .= "
"; + $text .= ""; }