diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 2efecb454a..635ff9d7f0 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -443,13 +443,13 @@ ## select a forum post type ${_("Post type:")}
- "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-question" value="question" checked> + "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-question" value="question"> - "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-discussion" value="discussion"> + "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-discussion" value="discussion" checked>