diff --git a/lms/templates/seq_module.html b/lms/templates/seq_module.html index a5aee0c99f..cf5bf94a9f 100644 --- a/lms/templates/seq_module.html +++ b/lms/templates/seq_module.html @@ -23,7 +23,7 @@ id="tab_${idx}" tabindex="0"> -

${item['type']} ${item['title']}

+

${item['type']}${item['title']}

% endfor