- <%= StringUtils.interpolate(
+ <%- StringUtils.interpolate(
gettext('The published branch version, {published}, was reset to the draft branch version, {draft}.'),
{
published: current_versions['published-branch'],
diff --git a/cms/templates/js/mock/mock-xmodule-editor.underscore b/cms/templates/js/mock/mock-xmodule-editor.underscore
index cb9a59c6f5..d65921f389 100644
--- a/cms/templates/js/mock/mock-xmodule-editor.underscore
+++ b/cms/templates/js/mock/mock-xmodule-editor.underscore
@@ -16,13 +16,13 @@
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()) { %>
-
- <%= unit.get('display_name') %>
+ <%- unit.get('display_name') %>
<% } %>
<% }); %>
@@ -27,7 +27,7 @@
<% _.each(xblockInfo.get('child_info').children, function(unit) { %>
<% if (unit.isPublishable()) { %>
-
- <%= unit.get('display_name') %>
+ <%- unit.get('display_name') %>
<% } %>
<% }); %>
diff --git a/cms/templates/js/unit-outline.underscore b/cms/templates/js/unit-outline.underscore
index b5e48f72fd..8ea1ddf109 100644
--- a/cms/templates/js/unit-outline.underscore
+++ b/cms/templates/js/unit-outline.underscore
@@ -1,23 +1,23 @@
<% if (parentInfo) { %>
- -
-