diff --git a/app/views/admin/communication/blocks/templates/definitions/_static.html.erb b/app/views/admin/communication/blocks/templates/definitions/_static.html.erb
index eba1ccc49c2e88389b72075d171912b10ad696ab..2dd4e4ddb427ede024ae58123ca8e3dbfeb6fdf9 100644
--- a/app/views/admin/communication/blocks/templates/definitions/_static.html.erb
+++ b/app/views/admin/communication/blocks/templates/definitions/_static.html.erb
@@ -2,5 +2,5 @@
       - title: >-
           <%= prepare_html_for_static definition.title, about.university %>
         text: >-
-          <%= prepare_html_for_static definition.text, about.university %>
+          <%= prepare_html_for_static definition.text, about.university  %>
 <% end %>
diff --git a/app/views/admin/communication/blocks/templates/embed/_static.html.erb b/app/views/admin/communication/blocks/templates/embed/_static.html.erb
index a5277bb4d8a4f2d3536f72c840fa2d0ffee7434d..70c103de660f51056d574bd34426c06c00cc2c08 100644
--- a/app/views/admin/communication/blocks/templates/embed/_static.html.erb
+++ b/app/views/admin/communication/blocks/templates/embed/_static.html.erb
@@ -1,4 +1,4 @@
       code: >-
         <%= prepare_html_for_static block.template.code, about.university %>
       transcription: >-
-        <%= prepare_text_for_static block.template.transcription %>
+        <%= prepare_text_for_static block.template.transcription, 4 %>
diff --git a/app/views/admin/communication/blocks/templates/video/_static.html.erb b/app/views/admin/communication/blocks/templates/video/_static.html.erb
index 1828b483312eb8f5f222569532468417b4649e9b..09979f74e45e1696e8450dc2082d31edf5e784c3 100644
--- a/app/views/admin/communication/blocks/templates/video/_static.html.erb
+++ b/app/views/admin/communication/blocks/templates/video/_static.html.erb
@@ -1,4 +1,4 @@
       url: >-
         <%= prepare_text_for_static block.template.url %>
       transcription: >-
-        <%= prepare_text_for_static block.template.transcription %>
+        <%= prepare_text_for_static block.template.transcription, 4  %>