From cdd3fe53dc24728cb1c58f65967fa47b298fdb22 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Tue, 15 Sep 2020 01:29:01 +0500 Subject: [PATCH] PROD-2113 --- cms/templates/js/publish-editor.underscore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/templates/js/publish-editor.underscore b/cms/templates/js/publish-editor.underscore index 27c4ce2902..519564f721 100644 --- a/cms/templates/js/publish-editor.underscore +++ b/cms/templates/js/publish-editor.underscore @@ -6,13 +6,13 @@ <% _.each(xblockInfo.get('child_info').children, function(subsection) { %> <% if (subsection.isPublishable()) { %>
  • -

    <%= subsection.get('display_name') %>

    +

    <%- subsection.get('display_name') %>

      <% _.each(subsection.get('child_info').children, function(unit) { %> <% if (unit.isPublishable()) { %>
    1. - <%= unit.get('display_name') %> + <%- unit.get('display_name') %>
    2. <% } %> <% }); %> @@ -27,7 +27,7 @@ <% _.each(xblockInfo.get('child_info').children, function(unit) { %> <% if (unit.isPublishable()) { %>
    3. - <%= unit.get('display_name') %> + <%- unit.get('display_name') %>
    4. <% } %> <% }); %>