From ea034ecec665aff04fd74c81e11c34000a9b9492 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Sat, 14 Dec 2019 10:35:42 +0100 Subject: Add the container class to some views --- includes/view/Questions_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/view/Questions_view.php') diff --git a/includes/view/Questions_view.php b/includes/view/Questions_view.php index a4c3a452..61f9f312 100644 --- a/includes/view/Questions_view.php +++ b/includes/view/Questions_view.php @@ -61,5 +61,5 @@ function Questions_view(array $open_questions, array $answered_questions, $ask_a form_textarea('question', __('Your Question:'), ''), form_submit('submit', __('Save')) ], $ask_action) - ]); + ], true); } -- cgit v1.2.3-54-g00ecf