From 1efea116f6a61ff0c02fa2a4a905f129f44c2e82 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Fri, 9 Aug 2013 10:26:18 +0300 Subject: [PATCH] Removed unnecessary leading and trailing spaces from heading in template. --- lms/templates/videoalpha.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/videoalpha.html b/lms/templates/videoalpha.html index a7650c0360..d0eb7290a7 100644 --- a/lms/templates/videoalpha.html +++ b/lms/templates/videoalpha.html @@ -1,7 +1,7 @@ <%! from django.utils.translation import ugettext as _ %> % if display_name is not UNDEFINED and display_name is not None: -

${display_name}

+

${display_name}

% endif