diff --git a/CHANGES.rst b/CHANGES.rst
index f178cc87..45273442 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -54,6 +54,10 @@ New features:
Bug fixes:
+- fixed css-classes for thumb scales ...
+ https://github.com/plone/Products.CMFPlone/issues/2077
+ [fgrcon]
+
- Adapt tests to the new indexing operations queueing.
Part of PLIP 1343: https://github.com/plone/Products.CMFPlone/issues/1343
[gforcada]
diff --git a/plone/app/content/browser/contents/templates/rename.pt b/plone/app/content/browser/contents/templates/rename.pt
index b4a90ed4..9ae4f5d8 100644
--- a/plone/app/content/browser/contents/templates/rename.pt
+++ b/plone/app/content/browser/contents/templates/rename.pt
@@ -10,7 +10,7 @@
- <% if(item.getIcon ){ %><% } %>
+ <% if(item.getIcon ){ %>
<% } %>
<% }) %>
diff --git a/plone/app/content/browser/templates/content_status_history.pt b/plone/app/content/browser/templates/content_status_history.pt
index 74d9ad27..9d517343 100644
--- a/plone/app/content/browser/templates/content_status_history.pt
+++ b/plone/app/content/browser/templates/content_status_history.pt
@@ -157,7 +157,7 @@