Skip to content

Commit ddb6792

Browse files
author
Marius Burkard
committed
Merge branch '6293-error-viewing-the-table-in-the-section-help-manage-question' into 'develop'
Resolve "Error viewing the table in the section "help: manage question"" Closes #6293 See merge request ispconfig/ispconfig3!1560
2 parents 5962ae9 + 4790489 commit ddb6792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/help/templates/faq_manage_questions_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>{tmpl_var name="faq_faq_questions_txt"}</h1>
1212
<table class="table">
1313
<thead class="dark form-group-sm">
1414
<tr>
15-
<th class="tiny-col">{tmpl_var name="faq_question_txt"}</th>
15+
<th>{tmpl_var name="faq_question_txt"}</th>
1616
<th>{tmpl_var name="faq_section_name_txt"}</th>
1717
<th class="text-right">{tmpl_var name="faq_delete_txt"}</th>
1818
<th class="text-right">{tmpl_var name="faq_edit_txt"}</th>
@@ -45,4 +45,4 @@ <h1>{tmpl_var name="faq_faq_questions_txt"}</h1>
4545
</table>
4646
</div>
4747

48-
48+

0 commit comments

Comments
 (0)