summarylogtreecommitdiffstats
path: root/player.html.patch
blob: 79663dec32086d0fc6085f1bcf2382c5d6d5ca72 (plain)
1
2
3
4
5
6
7
8
9
10
--- Sozi-17.02/templates/player.html	2017-02-05 18:45:21.000000000 +0330
+++ Sozi-17.02.new/templates/player.html.new	2017-05-10 09:59:28.629724903 +0430
@@ -108,6 +108,6 @@
         <div class="sozi-blank-screen"></div>
         <script>var soziPresentationData = {{ json }};</script>
 {% endraw %}
-        <script>{{ playerJs }}</script>
+        <script>{{'{% raw %}'}}{{ playerJs|safe }}{{'{% endraw %}'}}</script> 
     </body>
 </html>