summaryrefslogtreecommitdiff
path: root/includes/view/Questions_view.php
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-12-14 10:35:42 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-12-19 19:33:52 +0100
commitea034ecec665aff04fd74c81e11c34000a9b9492 (patch)
tree9484cab331663e5eab9de0559cf77bdcf0145b22 /includes/view/Questions_view.php
parent3f135497711ca316a6f02d1f19aa2211ace9691d (diff)
Add the container class to some views
Diffstat (limited to 'includes/view/Questions_view.php')
-rw-r--r--includes/view/Questions_view.php2
1 files changed, 1 insertions, 1 deletions
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);
}