From 489b5709477b69e50d4e85aecdc7a768eedb41ba Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Thu, 26 Nov 2020 11:37:33 +0500 Subject: [PATCH] Removed Extra space in sidebar link text --- .../templates/course_experience/course-home-fragment.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openedx/features/course_experience/templates/course_experience/course-home-fragment.html b/openedx/features/course_experience/templates/course_experience/course-home-fragment.html index 7702f523fd..876c86963f 100644 --- a/openedx/features/course_experience/templates/course_experience/course-home-fragment.html +++ b/openedx/features/course_experience/templates/course_experience/course-home-fragment.html @@ -117,8 +117,7 @@ from openedx.features.course_experience.course_tools import HttpMethod
  • % if course_tool.http_method == HttpMethod.GET: - - ${course_tool.title()} + ${course_tool.title()} % elif course_tool.http_method == HttpMethod.POST:
    @@ -247,4 +246,4 @@ from openedx.features.course_experience.course_tools import HttpMethod linkCategory: "(none)" }); - +