- <%= 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 db0771e482a5..d06fcb49d88e 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 27c4ce290274..519564f72198 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 b5e48f72fd32..8ea1ddf1098a 100644
--- a/cms/templates/js/unit-outline.underscore
+++ b/cms/templates/js/unit-outline.underscore
@@ -1,23 +1,23 @@
<% if (parentInfo) { %>
- -
-