diff --git a/src/pyj/book_list/convert_book.pyj b/src/pyj/book_list/convert_book.pyj index dd23b7eb5e..9075f461a4 100644 --- a/src/pyj/book_list/convert_book.pyj +++ b/src/pyj/book_list/convert_book.pyj @@ -214,12 +214,12 @@ def create_configuring_markup(): start_conv = E.div( style='border-bottom: solid 1px currentColor; margin-bottom: 1em', E.div( - E.div( + E.label( style='display: table-row', E.div(style=tcell, _('Input format:')), E.div(generate_choice('input_formats'), style=tcell), ), - E.div( + E.label( style='display: table-row', E.div(style=tcell, _('Output format:')), E.div(generate_choice('output_formats'), style=tcell),