From 8e04f92167bacfcbcada95c0335250fb3029db2f Mon Sep 17 00:00:00 2001 From: Jolyon Bloomfield Date: Sun, 6 Sep 2015 15:37:19 -0400 Subject: [PATCH] Fixing spacing in tooltip --- lms/templates/seq_module.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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