]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/js_strings.tpl
Fix review points
[friendica.git] / view / theme / frio / templates / js_strings.tpl
index b649159b9b984e146a5e8cfe06421489039bf273..066e4bd58525521a8c543ba1cea23d50b7ddc20c 100644 (file)
@@ -6,6 +6,7 @@ They are loaded into the html <head> so that js functions can use them *}}
 
        var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
        var aStr = {
-               'delitem'     : "{{$delitem}}",
+               'delitem'     : "{{$delitem|escape:'javascript' nofilter}}",
+               'blockAuthor' : "{{$blockAuthor|escape:'javascript' nofilter}}",
        };
 </script>